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