Uses of Class
com.oracle.bmc.filestorage.responses.RemoveReplicationLockResponse
-
Packages that use RemoveReplicationLockResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of RemoveReplicationLockResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return RemoveReplicationLockResponse Modifier and Type Method Description RemoveReplicationLockResponse
FileStorage. removeReplicationLock(RemoveReplicationLockRequest request)
Removes a lock to a resource.RemoveReplicationLockResponse
FileStorageClient. removeReplicationLock(RemoveReplicationLockRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type RemoveReplicationLockResponse Modifier and Type Method Description Future<RemoveReplicationLockResponse>
FileStorageAsync. removeReplicationLock(RemoveReplicationLockRequest request, AsyncHandler<RemoveReplicationLockRequest,RemoveReplicationLockResponse> handler)
Removes a lock to a resource.Future<RemoveReplicationLockResponse>
FileStorageAsyncClient. removeReplicationLock(RemoveReplicationLockRequest request, AsyncHandler<RemoveReplicationLockRequest,RemoveReplicationLockResponse> handler)
Method parameters in com.oracle.bmc.filestorage with type arguments of type RemoveReplicationLockResponse Modifier and Type Method Description Future<RemoveReplicationLockResponse>
FileStorageAsync. removeReplicationLock(RemoveReplicationLockRequest request, AsyncHandler<RemoveReplicationLockRequest,RemoveReplicationLockResponse> handler)
Removes a lock to a resource.Future<RemoveReplicationLockResponse>
FileStorageAsyncClient. removeReplicationLock(RemoveReplicationLockRequest request, AsyncHandler<RemoveReplicationLockRequest,RemoveReplicationLockResponse> handler)
-
Uses of RemoveReplicationLockResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return RemoveReplicationLockResponse Modifier and Type Method Description RemoveReplicationLockResponse
RemoveReplicationLockResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type RemoveReplicationLockResponse Modifier and Type Method Description RemoveReplicationLockResponse.Builder
RemoveReplicationLockResponse.Builder. copy(RemoveReplicationLockResponse o)
Copy method to populate the builder with values from the given instance.
-