Uses of Class
com.oracle.bmc.goldengate.responses.ListRecipesResponse
-
Packages that use ListRecipesResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of ListRecipesResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return ListRecipesResponse Modifier and Type Method Description ListRecipesResponse
GoldenGate. listRecipes(ListRecipesRequest request)
Returns an array of Recipe Summary.ListRecipesResponse
GoldenGateClient. listRecipes(ListRecipesRequest request)
Methods in com.oracle.bmc.goldengate that return types with arguments of type ListRecipesResponse Modifier and Type Method Description Future<ListRecipesResponse>
GoldenGateAsync. listRecipes(ListRecipesRequest request, AsyncHandler<ListRecipesRequest,ListRecipesResponse> handler)
Returns an array of Recipe Summary.Future<ListRecipesResponse>
GoldenGateAsyncClient. listRecipes(ListRecipesRequest request, AsyncHandler<ListRecipesRequest,ListRecipesResponse> handler)
Iterable<ListRecipesResponse>
GoldenGatePaginators. listRecipesResponseIterator(ListRecipesRequest request)
Creates a new iterable which will iterate over the responses received from the listRecipes operation.Method parameters in com.oracle.bmc.goldengate with type arguments of type ListRecipesResponse Modifier and Type Method Description Future<ListRecipesResponse>
GoldenGateAsync. listRecipes(ListRecipesRequest request, AsyncHandler<ListRecipesRequest,ListRecipesResponse> handler)
Returns an array of Recipe Summary.Future<ListRecipesResponse>
GoldenGateAsyncClient. listRecipes(ListRecipesRequest request, AsyncHandler<ListRecipesRequest,ListRecipesResponse> handler)
-
Uses of ListRecipesResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return ListRecipesResponse Modifier and Type Method Description ListRecipesResponse
ListRecipesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type ListRecipesResponse Modifier and Type Method Description ListRecipesResponse.Builder
ListRecipesResponse.Builder. copy(ListRecipesResponse o)
Copy method to populate the builder with values from the given instance.
-