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