Uses of Class
com.oracle.bmc.goldengate.responses.StartPipelineResponse
-
Packages that use StartPipelineResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of StartPipelineResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return StartPipelineResponse Modifier and Type Method Description StartPipelineResponse
GoldenGate. startPipeline(StartPipelineRequest request)
Starts the pipeline for data replication.StartPipelineResponse
GoldenGateClient. startPipeline(StartPipelineRequest request)
Methods in com.oracle.bmc.goldengate that return types with arguments of type StartPipelineResponse 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)
Method parameters in com.oracle.bmc.goldengate with type arguments of type StartPipelineResponse 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 StartPipelineResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return StartPipelineResponse Modifier and Type Method Description StartPipelineResponse
StartPipelineResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type StartPipelineResponse Modifier and Type Method Description StartPipelineResponse.Builder
StartPipelineResponse.Builder. copy(StartPipelineResponse o)
Copy method to populate the builder with values from the given instance.
-