Uses of Class
com.oracle.bmc.filestorage.requests.AddReplicationLockRequest
-
Packages that use AddReplicationLockRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of AddReplicationLockRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type AddReplicationLockRequest Modifier and Type Method Description AddReplicationLockResponse
FileStorage. addReplicationLock(AddReplicationLockRequest request)
Adds a lock to a resource.Future<AddReplicationLockResponse>
FileStorageAsync. addReplicationLock(AddReplicationLockRequest request, AsyncHandler<AddReplicationLockRequest,AddReplicationLockResponse> handler)
Adds a lock to a resource.Future<AddReplicationLockResponse>
FileStorageAsyncClient. addReplicationLock(AddReplicationLockRequest request, AsyncHandler<AddReplicationLockRequest,AddReplicationLockResponse> handler)
AddReplicationLockResponse
FileStorageClient. addReplicationLock(AddReplicationLockRequest request)
Method parameters in com.oracle.bmc.filestorage with type arguments of type AddReplicationLockRequest Modifier and Type Method Description Future<AddReplicationLockResponse>
FileStorageAsync. addReplicationLock(AddReplicationLockRequest request, AsyncHandler<AddReplicationLockRequest,AddReplicationLockResponse> handler)
Adds a lock to a resource.Future<AddReplicationLockResponse>
FileStorageAsyncClient. addReplicationLock(AddReplicationLockRequest request, AsyncHandler<AddReplicationLockRequest,AddReplicationLockResponse> handler)
-
Uses of AddReplicationLockRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return AddReplicationLockRequest Modifier and Type Method Description AddReplicationLockRequest
AddReplicationLockRequest.Builder. build()
Build the instance of AddReplicationLockRequest as configured by this builderAddReplicationLockRequest
AddReplicationLockRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AddReplicationLockRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type AddReplicationLockRequest Modifier and Type Method Description AddReplicationLockRequest.Builder
AddReplicationLockRequest.Builder. copy(AddReplicationLockRequest o)
Copy method to populate the builder with values from the given instance.
-