Uses of Class
com.oracle.bmc.goldengate.responses.PausePipelineResponse
-
Packages that use PausePipelineResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of PausePipelineResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return PausePipelineResponse Modifier and Type Method Description PausePipelineResponseGoldenGate. pausePipeline(PausePipelineRequest request)Pauses the pipeline.PausePipelineResponseGoldenGateClient. pausePipeline(PausePipelineRequest request)Methods in com.oracle.bmc.goldengate that return types with arguments of type PausePipelineResponse Modifier and Type Method Description Future<PausePipelineResponse>GoldenGateAsync. pausePipeline(PausePipelineRequest request, AsyncHandler<PausePipelineRequest,PausePipelineResponse> handler)Pauses the pipeline.Future<PausePipelineResponse>GoldenGateAsyncClient. pausePipeline(PausePipelineRequest request, AsyncHandler<PausePipelineRequest,PausePipelineResponse> handler)Method parameters in com.oracle.bmc.goldengate with type arguments of type PausePipelineResponse Modifier and Type Method Description Future<PausePipelineResponse>GoldenGateAsync. pausePipeline(PausePipelineRequest request, AsyncHandler<PausePipelineRequest,PausePipelineResponse> handler)Pauses the pipeline.Future<PausePipelineResponse>GoldenGateAsyncClient. pausePipeline(PausePipelineRequest request, AsyncHandler<PausePipelineRequest,PausePipelineResponse> handler) -
Uses of PausePipelineResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return PausePipelineResponse Modifier and Type Method Description PausePipelineResponsePausePipelineResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type PausePipelineResponse Modifier and Type Method Description PausePipelineResponse.BuilderPausePipelineResponse.Builder. copy(PausePipelineResponse o)Copy method to populate the builder with values from the given instance.
-