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