Uses of Class
com.oracle.bmc.goldengate.responses.AddConnectionLockResponse
-
Packages that use AddConnectionLockResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of AddConnectionLockResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return AddConnectionLockResponse Modifier and Type Method Description AddConnectionLockResponse
GoldenGate. addConnectionLock(AddConnectionLockRequest request)
Adds a lock to a Connection resource.AddConnectionLockResponse
GoldenGateClient. addConnectionLock(AddConnectionLockRequest request)
Methods in com.oracle.bmc.goldengate that return types with arguments of type AddConnectionLockResponse 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)
Method parameters in com.oracle.bmc.goldengate with type arguments of type AddConnectionLockResponse 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 AddConnectionLockResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return AddConnectionLockResponse Modifier and Type Method Description AddConnectionLockResponse
AddConnectionLockResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type AddConnectionLockResponse Modifier and Type Method Description AddConnectionLockResponse.Builder
AddConnectionLockResponse.Builder. copy(AddConnectionLockResponse o)
Copy method to populate the builder with values from the given instance.
-