Uses of Class
com.oracle.bmc.goldengate.requests.StartPipelineRequest
-
Packages that use StartPipelineRequest Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.requests -
-
Uses of StartPipelineRequest in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate with parameters of type StartPipelineRequest Modifier and Type Method Description StartPipelineResponse
GoldenGate. startPipeline(StartPipelineRequest request)
Starts the pipeline for data replication.Future<StartPipelineResponse>
GoldenGateAsync. startPipeline(StartPipelineRequest request, AsyncHandler<StartPipelineRequest,StartPipelineResponse> handler)
Starts the pipeline for data replication.Future<StartPipelineResponse>
GoldenGateAsyncClient. startPipeline(StartPipelineRequest request, AsyncHandler<StartPipelineRequest,StartPipelineResponse> handler)
StartPipelineResponse
GoldenGateClient. startPipeline(StartPipelineRequest request)
Method parameters in com.oracle.bmc.goldengate with type arguments of type StartPipelineRequest Modifier and Type Method Description Future<StartPipelineResponse>
GoldenGateAsync. startPipeline(StartPipelineRequest request, AsyncHandler<StartPipelineRequest,StartPipelineResponse> handler)
Starts the pipeline for data replication.Future<StartPipelineResponse>
GoldenGateAsyncClient. startPipeline(StartPipelineRequest request, AsyncHandler<StartPipelineRequest,StartPipelineResponse> handler)
-
Uses of StartPipelineRequest in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return StartPipelineRequest Modifier and Type Method Description StartPipelineRequest
StartPipelineRequest.Builder. build()
Build the instance of StartPipelineRequest as configured by this builderStartPipelineRequest
StartPipelineRequest.Builder. buildWithoutInvocationCallback()
Build the instance of StartPipelineRequest as configured by this builderMethods in com.oracle.bmc.goldengate.requests with parameters of type StartPipelineRequest Modifier and Type Method Description StartPipelineRequest.Builder
StartPipelineRequest.Builder. copy(StartPipelineRequest o)
Copy method to populate the builder with values from the given instance.
-