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