Uses of Class
com.oracle.bmc.goldengate.requests.StopPipelineRequest
- 
Packages that use StopPipelineRequest Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.requests 
- 
- 
Uses of StopPipelineRequest in com.oracle.bmc.goldengateMethods in com.oracle.bmc.goldengate with parameters of type StopPipelineRequest Modifier and Type Method Description StopPipelineResponseGoldenGate. stopPipeline(StopPipelineRequest request)Stops the pipeline for data replication.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)StopPipelineResponseGoldenGateClient. stopPipeline(StopPipelineRequest request)Method parameters in com.oracle.bmc.goldengate with type arguments of type StopPipelineRequest 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 StopPipelineRequest in com.oracle.bmc.goldengate.requestsMethods in com.oracle.bmc.goldengate.requests that return StopPipelineRequest Modifier and Type Method Description StopPipelineRequestStopPipelineRequest.Builder. build()Build the instance of StopPipelineRequest as configured by this builderStopPipelineRequestStopPipelineRequest.Builder. buildWithoutInvocationCallback()Build the instance of StopPipelineRequest as configured by this builderMethods in com.oracle.bmc.goldengate.requests with parameters of type StopPipelineRequest Modifier and Type Method Description StopPipelineRequest.BuilderStopPipelineRequest.Builder. copy(StopPipelineRequest o)Copy method to populate the builder with values from the given instance.
 
-