Uses of Class
com.oracle.bmc.goldengate.requests.AddDeploymentLockRequest
-
Packages that use AddDeploymentLockRequest Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.requests -
-
Uses of AddDeploymentLockRequest in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate with parameters of type AddDeploymentLockRequest Modifier and Type Method Description AddDeploymentLockResponse
GoldenGate. addDeploymentLock(AddDeploymentLockRequest request)
Adds a lock to a Deployment resource.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)
AddDeploymentLockResponse
GoldenGateClient. addDeploymentLock(AddDeploymentLockRequest request)
Method parameters in com.oracle.bmc.goldengate with type arguments of type AddDeploymentLockRequest 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 AddDeploymentLockRequest in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return AddDeploymentLockRequest Modifier and Type Method Description AddDeploymentLockRequest
AddDeploymentLockRequest.Builder. build()
Build the instance of AddDeploymentLockRequest as configured by this builderAddDeploymentLockRequest
AddDeploymentLockRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AddDeploymentLockRequest as configured by this builderMethods in com.oracle.bmc.goldengate.requests with parameters of type AddDeploymentLockRequest Modifier and Type Method Description AddDeploymentLockRequest.Builder
AddDeploymentLockRequest.Builder. copy(AddDeploymentLockRequest o)
Copy method to populate the builder with values from the given instance.
-