Uses of Class
com.oracle.bmc.goldengate.responses.ListPipelineSchemaTablesResponse
-
Packages that use ListPipelineSchemaTablesResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of ListPipelineSchemaTablesResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return ListPipelineSchemaTablesResponse Modifier and Type Method Description ListPipelineSchemaTablesResponse
GoldenGate. listPipelineSchemaTables(ListPipelineSchemaTablesRequest request)
Returns an array of tables under the given schemas of the pipeline for given source and target schemas passed as query params.ListPipelineSchemaTablesResponse
GoldenGateClient. listPipelineSchemaTables(ListPipelineSchemaTablesRequest request)
Methods in com.oracle.bmc.goldengate that return types with arguments of type ListPipelineSchemaTablesResponse Modifier and Type Method Description Future<ListPipelineSchemaTablesResponse>
GoldenGateAsync. listPipelineSchemaTables(ListPipelineSchemaTablesRequest request, AsyncHandler<ListPipelineSchemaTablesRequest,ListPipelineSchemaTablesResponse> handler)
Returns an array of tables under the given schemas of the pipeline for given source and target schemas passed as query params.Future<ListPipelineSchemaTablesResponse>
GoldenGateAsyncClient. listPipelineSchemaTables(ListPipelineSchemaTablesRequest request, AsyncHandler<ListPipelineSchemaTablesRequest,ListPipelineSchemaTablesResponse> handler)
Iterable<ListPipelineSchemaTablesResponse>
GoldenGatePaginators. listPipelineSchemaTablesResponseIterator(ListPipelineSchemaTablesRequest request)
Creates a new iterable which will iterate over the responses received from the listPipelineSchemaTables operation.Method parameters in com.oracle.bmc.goldengate with type arguments of type ListPipelineSchemaTablesResponse Modifier and Type Method Description Future<ListPipelineSchemaTablesResponse>
GoldenGateAsync. listPipelineSchemaTables(ListPipelineSchemaTablesRequest request, AsyncHandler<ListPipelineSchemaTablesRequest,ListPipelineSchemaTablesResponse> handler)
Returns an array of tables under the given schemas of the pipeline for given source and target schemas passed as query params.Future<ListPipelineSchemaTablesResponse>
GoldenGateAsyncClient. listPipelineSchemaTables(ListPipelineSchemaTablesRequest request, AsyncHandler<ListPipelineSchemaTablesRequest,ListPipelineSchemaTablesResponse> handler)
-
Uses of ListPipelineSchemaTablesResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return ListPipelineSchemaTablesResponse Modifier and Type Method Description ListPipelineSchemaTablesResponse
ListPipelineSchemaTablesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type ListPipelineSchemaTablesResponse Modifier and Type Method Description ListPipelineSchemaTablesResponse.Builder
ListPipelineSchemaTablesResponse.Builder. copy(ListPipelineSchemaTablesResponse o)
Copy method to populate the builder with values from the given instance.
-