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.goldengate
Methods in com.oracle.bmc.goldengate with parameters of type StopPipelineRequest Modifier and Type Method Description StopPipelineResponse
GoldenGate. 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)
StopPipelineResponse
GoldenGateClient. 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.requests
Methods in com.oracle.bmc.goldengate.requests that return StopPipelineRequest Modifier and Type Method Description StopPipelineRequest
StopPipelineRequest.Builder. build()
Build the instance of StopPipelineRequest as configured by this builderStopPipelineRequest
StopPipelineRequest.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.Builder
StopPipelineRequest.Builder. copy(StopPipelineRequest o)
Copy method to populate the builder with values from the given instance.
-