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