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