Uses of Class
com.oracle.bmc.filestorage.requests.RemoveReplicationLockRequest
-
Packages that use RemoveReplicationLockRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of RemoveReplicationLockRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type RemoveReplicationLockRequest Modifier and Type Method Description RemoveReplicationLockResponse
FileStorage. removeReplicationLock(RemoveReplicationLockRequest request)
Removes a lock to a resource.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)
RemoveReplicationLockResponse
FileStorageClient. removeReplicationLock(RemoveReplicationLockRequest request)
Method parameters in com.oracle.bmc.filestorage with type arguments of type RemoveReplicationLockRequest 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 RemoveReplicationLockRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return RemoveReplicationLockRequest Modifier and Type Method Description RemoveReplicationLockRequest
RemoveReplicationLockRequest.Builder. build()
Build the instance of RemoveReplicationLockRequest as configured by this builderRemoveReplicationLockRequest
RemoveReplicationLockRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RemoveReplicationLockRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type RemoveReplicationLockRequest Modifier and Type Method Description RemoveReplicationLockRequest.Builder
RemoveReplicationLockRequest.Builder. copy(RemoveReplicationLockRequest o)
Copy method to populate the builder with values from the given instance.
-