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