Uses of Class
com.oracle.bmc.goldengate.requests.StopDeploymentRequest
-
Packages that use StopDeploymentRequest Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.requests -
-
Uses of StopDeploymentRequest in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate with parameters of type StopDeploymentRequest Modifier and Type Method Description StopDeploymentResponse
GoldenGate. stopDeployment(StopDeploymentRequest request)
Stops a Deployment.Future<StopDeploymentResponse>
GoldenGateAsync. stopDeployment(StopDeploymentRequest request, AsyncHandler<StopDeploymentRequest,StopDeploymentResponse> handler)
Stops a Deployment.Future<StopDeploymentResponse>
GoldenGateAsyncClient. stopDeployment(StopDeploymentRequest request, AsyncHandler<StopDeploymentRequest,StopDeploymentResponse> handler)
StopDeploymentResponse
GoldenGateClient. stopDeployment(StopDeploymentRequest request)
Method parameters in com.oracle.bmc.goldengate with type arguments of type StopDeploymentRequest 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 StopDeploymentRequest in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return StopDeploymentRequest Modifier and Type Method Description StopDeploymentRequest
StopDeploymentRequest.Builder. build()
Build the instance of StopDeploymentRequest as configured by this builderStopDeploymentRequest
StopDeploymentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of StopDeploymentRequest as configured by this builderMethods in com.oracle.bmc.goldengate.requests with parameters of type StopDeploymentRequest Modifier and Type Method Description StopDeploymentRequest.Builder
StopDeploymentRequest.Builder. copy(StopDeploymentRequest o)
Copy method to populate the builder with values from the given instance.
-