Uses of Class
com.oracle.bmc.goldengate.requests.AddConnectionLockRequest
-
Packages that use AddConnectionLockRequest Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.requests -
-
Uses of AddConnectionLockRequest in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate with parameters of type AddConnectionLockRequest Modifier and Type Method Description AddConnectionLockResponse
GoldenGate. addConnectionLock(AddConnectionLockRequest request)
Adds a lock to a Connection resource.Future<AddConnectionLockResponse>
GoldenGateAsync. addConnectionLock(AddConnectionLockRequest request, AsyncHandler<AddConnectionLockRequest,AddConnectionLockResponse> handler)
Adds a lock to a Connection resource.Future<AddConnectionLockResponse>
GoldenGateAsyncClient. addConnectionLock(AddConnectionLockRequest request, AsyncHandler<AddConnectionLockRequest,AddConnectionLockResponse> handler)
AddConnectionLockResponse
GoldenGateClient. addConnectionLock(AddConnectionLockRequest request)
Method parameters in com.oracle.bmc.goldengate with type arguments of type AddConnectionLockRequest Modifier and Type Method Description Future<AddConnectionLockResponse>
GoldenGateAsync. addConnectionLock(AddConnectionLockRequest request, AsyncHandler<AddConnectionLockRequest,AddConnectionLockResponse> handler)
Adds a lock to a Connection resource.Future<AddConnectionLockResponse>
GoldenGateAsyncClient. addConnectionLock(AddConnectionLockRequest request, AsyncHandler<AddConnectionLockRequest,AddConnectionLockResponse> handler)
-
Uses of AddConnectionLockRequest in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return AddConnectionLockRequest Modifier and Type Method Description AddConnectionLockRequest
AddConnectionLockRequest.Builder. build()
Build the instance of AddConnectionLockRequest as configured by this builderAddConnectionLockRequest
AddConnectionLockRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AddConnectionLockRequest as configured by this builderMethods in com.oracle.bmc.goldengate.requests with parameters of type AddConnectionLockRequest Modifier and Type Method Description AddConnectionLockRequest.Builder
AddConnectionLockRequest.Builder. copy(AddConnectionLockRequest o)
Copy method to populate the builder with values from the given instance.
-