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