Uses of Class
com.oracle.bmc.goldengate.responses.RemoveConnectionLockResponse
-
Packages that use RemoveConnectionLockResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of RemoveConnectionLockResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return RemoveConnectionLockResponse Modifier and Type Method Description RemoveConnectionLockResponse
GoldenGate. removeConnectionLock(RemoveConnectionLockRequest request)
Removes a lock from a Connection resource.RemoveConnectionLockResponse
GoldenGateClient. removeConnectionLock(RemoveConnectionLockRequest request)
Methods in com.oracle.bmc.goldengate that return types with arguments of type RemoveConnectionLockResponse Modifier and Type Method Description Future<RemoveConnectionLockResponse>
GoldenGateAsync. removeConnectionLock(RemoveConnectionLockRequest request, AsyncHandler<RemoveConnectionLockRequest,RemoveConnectionLockResponse> handler)
Removes a lock from a Connection resource.Future<RemoveConnectionLockResponse>
GoldenGateAsyncClient. removeConnectionLock(RemoveConnectionLockRequest request, AsyncHandler<RemoveConnectionLockRequest,RemoveConnectionLockResponse> handler)
Method parameters in com.oracle.bmc.goldengate with type arguments of type RemoveConnectionLockResponse Modifier and Type Method Description Future<RemoveConnectionLockResponse>
GoldenGateAsync. removeConnectionLock(RemoveConnectionLockRequest request, AsyncHandler<RemoveConnectionLockRequest,RemoveConnectionLockResponse> handler)
Removes a lock from a Connection resource.Future<RemoveConnectionLockResponse>
GoldenGateAsyncClient. removeConnectionLock(RemoveConnectionLockRequest request, AsyncHandler<RemoveConnectionLockRequest,RemoveConnectionLockResponse> handler)
-
Uses of RemoveConnectionLockResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return RemoveConnectionLockResponse Modifier and Type Method Description RemoveConnectionLockResponse
RemoveConnectionLockResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type RemoveConnectionLockResponse Modifier and Type Method Description RemoveConnectionLockResponse.Builder
RemoveConnectionLockResponse.Builder. copy(RemoveConnectionLockResponse o)
Copy method to populate the builder with values from the given instance.
-