Uses of Class
com.oracle.bmc.goldengate.requests.ListPipelineSchemaTablesRequest
-
Packages that use ListPipelineSchemaTablesRequest Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.requests -
-
Uses of ListPipelineSchemaTablesRequest in com.oracle.bmc.goldengate
Method parameters in com.oracle.bmc.goldengate with type arguments of type ListPipelineSchemaTablesRequest 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 ListPipelineSchemaTablesRequest in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return ListPipelineSchemaTablesRequest Modifier and Type Method Description ListPipelineSchemaTablesRequestListPipelineSchemaTablesRequest.Builder. build()Build the instance of ListPipelineSchemaTablesRequest as configured by this builderListPipelineSchemaTablesRequestListPipelineSchemaTablesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListPipelineSchemaTablesRequest as configured by this builderMethods in com.oracle.bmc.goldengate.requests with parameters of type ListPipelineSchemaTablesRequest Modifier and Type Method Description ListPipelineSchemaTablesRequest.BuilderListPipelineSchemaTablesRequest.Builder. copy(ListPipelineSchemaTablesRequest o)Copy method to populate the builder with values from the given instance.
-