Uses of Class
com.oracle.bmc.goldengate.responses.ListPipelinesResponse
-
Packages that use ListPipelinesResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of ListPipelinesResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return ListPipelinesResponse Modifier and Type Method Description ListPipelinesResponseGoldenGate. listPipelines(ListPipelinesRequest request)Lists the Pipelines in the compartment.ListPipelinesResponseGoldenGateClient. listPipelines(ListPipelinesRequest request)Methods in com.oracle.bmc.goldengate that return types with arguments of type ListPipelinesResponse Modifier and Type Method Description Future<ListPipelinesResponse>GoldenGateAsync. listPipelines(ListPipelinesRequest request, AsyncHandler<ListPipelinesRequest,ListPipelinesResponse> handler)Lists the Pipelines in the compartment.Future<ListPipelinesResponse>GoldenGateAsyncClient. listPipelines(ListPipelinesRequest request, AsyncHandler<ListPipelinesRequest,ListPipelinesResponse> handler)Iterable<ListPipelinesResponse>GoldenGatePaginators. listPipelinesResponseIterator(ListPipelinesRequest request)Creates a new iterable which will iterate over the responses received from the listPipelines operation.Method parameters in com.oracle.bmc.goldengate with type arguments of type ListPipelinesResponse Modifier and Type Method Description Future<ListPipelinesResponse>GoldenGateAsync. listPipelines(ListPipelinesRequest request, AsyncHandler<ListPipelinesRequest,ListPipelinesResponse> handler)Lists the Pipelines in the compartment.Future<ListPipelinesResponse>GoldenGateAsyncClient. listPipelines(ListPipelinesRequest request, AsyncHandler<ListPipelinesRequest,ListPipelinesResponse> handler) -
Uses of ListPipelinesResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return ListPipelinesResponse Modifier and Type Method Description ListPipelinesResponseListPipelinesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type ListPipelinesResponse Modifier and Type Method Description ListPipelinesResponse.BuilderListPipelinesResponse.Builder. copy(ListPipelinesResponse o)Copy method to populate the builder with values from the given instance.
-