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.goldengate
Methods in com.oracle.bmc.goldengate that return AddDeploymentLockResponse Modifier and Type Method Description AddDeploymentLockResponse
GoldenGate. addDeploymentLock(AddDeploymentLockRequest request)
Adds a lock to a Deployment resource.AddDeploymentLockResponse
GoldenGateClient. 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.responses
Methods in com.oracle.bmc.goldengate.responses that return AddDeploymentLockResponse Modifier and Type Method Description AddDeploymentLockResponse
AddDeploymentLockResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type AddDeploymentLockResponse Modifier and Type Method Description AddDeploymentLockResponse.Builder
AddDeploymentLockResponse.Builder. copy(AddDeploymentLockResponse o)
Copy method to populate the builder with values from the given instance.
-