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