Uses of Class
com.oracle.bmc.goldengate.responses.StopPipelineResponse
-
Packages that use StopPipelineResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of StopPipelineResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return StopPipelineResponse Modifier and Type Method Description StopPipelineResponse
GoldenGate. stopPipeline(StopPipelineRequest request)
Stops the pipeline for data replication.StopPipelineResponse
GoldenGateClient. stopPipeline(StopPipelineRequest request)
Methods in com.oracle.bmc.goldengate that return types with arguments of type StopPipelineResponse Modifier and Type Method Description Future<StopPipelineResponse>
GoldenGateAsync. stopPipeline(StopPipelineRequest request, AsyncHandler<StopPipelineRequest,StopPipelineResponse> handler)
Stops the pipeline for data replication.Future<StopPipelineResponse>
GoldenGateAsyncClient. stopPipeline(StopPipelineRequest request, AsyncHandler<StopPipelineRequest,StopPipelineResponse> handler)
Method parameters in com.oracle.bmc.goldengate with type arguments of type StopPipelineResponse Modifier and Type Method Description Future<StopPipelineResponse>
GoldenGateAsync. stopPipeline(StopPipelineRequest request, AsyncHandler<StopPipelineRequest,StopPipelineResponse> handler)
Stops the pipeline for data replication.Future<StopPipelineResponse>
GoldenGateAsyncClient. stopPipeline(StopPipelineRequest request, AsyncHandler<StopPipelineRequest,StopPipelineResponse> handler)
-
Uses of StopPipelineResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return StopPipelineResponse Modifier and Type Method Description StopPipelineResponse
StopPipelineResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type StopPipelineResponse Modifier and Type Method Description StopPipelineResponse.Builder
StopPipelineResponse.Builder. copy(StopPipelineResponse o)
Copy method to populate the builder with values from the given instance.
-