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