Uses of Class
com.oracle.bmc.goldengate.responses.AddDeploymentLockResponse
- 
Packages that use AddDeploymentLockResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses 
- 
- 
Uses of AddDeploymentLockResponse in com.oracle.bmc.goldengateMethods in com.oracle.bmc.goldengate that return AddDeploymentLockResponse Modifier and Type Method Description AddDeploymentLockResponseGoldenGate. addDeploymentLock(AddDeploymentLockRequest request)Adds a lock to a Deployment resource.AddDeploymentLockResponseGoldenGateClient. addDeploymentLock(AddDeploymentLockRequest request)Methods in com.oracle.bmc.goldengate that return types with arguments of type AddDeploymentLockResponse Modifier and Type Method Description Future<AddDeploymentLockResponse>GoldenGateAsync. addDeploymentLock(AddDeploymentLockRequest request, AsyncHandler<AddDeploymentLockRequest,AddDeploymentLockResponse> handler)Adds a lock to a Deployment resource.Future<AddDeploymentLockResponse>GoldenGateAsyncClient. addDeploymentLock(AddDeploymentLockRequest request, AsyncHandler<AddDeploymentLockRequest,AddDeploymentLockResponse> handler)Method parameters in com.oracle.bmc.goldengate with type arguments of type AddDeploymentLockResponse Modifier and Type Method Description Future<AddDeploymentLockResponse>GoldenGateAsync. addDeploymentLock(AddDeploymentLockRequest request, AsyncHandler<AddDeploymentLockRequest,AddDeploymentLockResponse> handler)Adds a lock to a Deployment resource.Future<AddDeploymentLockResponse>GoldenGateAsyncClient. addDeploymentLock(AddDeploymentLockRequest request, AsyncHandler<AddDeploymentLockRequest,AddDeploymentLockResponse> handler)
- 
Uses of AddDeploymentLockResponse in com.oracle.bmc.goldengate.responsesMethods in com.oracle.bmc.goldengate.responses that return AddDeploymentLockResponse Modifier and Type Method Description AddDeploymentLockResponseAddDeploymentLockResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type AddDeploymentLockResponse Modifier and Type Method Description AddDeploymentLockResponse.BuilderAddDeploymentLockResponse.Builder. copy(AddDeploymentLockResponse o)Copy method to populate the builder with values from the given instance.
 
-