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