Uses of Class
com.oracle.bmc.filestorage.requests.AddSnapshotLockRequest
- 
Packages that use AddSnapshotLockRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests 
- 
- 
Uses of AddSnapshotLockRequest in com.oracle.bmc.filestorageMethods in com.oracle.bmc.filestorage with parameters of type AddSnapshotLockRequest Modifier and Type Method Description AddSnapshotLockResponseFileStorage. addSnapshotLock(AddSnapshotLockRequest request)Adds a lock to a resource.Future<AddSnapshotLockResponse>FileStorageAsync. addSnapshotLock(AddSnapshotLockRequest request, AsyncHandler<AddSnapshotLockRequest,AddSnapshotLockResponse> handler)Adds a lock to a resource.Future<AddSnapshotLockResponse>FileStorageAsyncClient. addSnapshotLock(AddSnapshotLockRequest request, AsyncHandler<AddSnapshotLockRequest,AddSnapshotLockResponse> handler)AddSnapshotLockResponseFileStorageClient. addSnapshotLock(AddSnapshotLockRequest request)Method parameters in com.oracle.bmc.filestorage with type arguments of type AddSnapshotLockRequest Modifier and Type Method Description Future<AddSnapshotLockResponse>FileStorageAsync. addSnapshotLock(AddSnapshotLockRequest request, AsyncHandler<AddSnapshotLockRequest,AddSnapshotLockResponse> handler)Adds a lock to a resource.Future<AddSnapshotLockResponse>FileStorageAsyncClient. addSnapshotLock(AddSnapshotLockRequest request, AsyncHandler<AddSnapshotLockRequest,AddSnapshotLockResponse> handler)
- 
Uses of AddSnapshotLockRequest in com.oracle.bmc.filestorage.requestsMethods in com.oracle.bmc.filestorage.requests that return AddSnapshotLockRequest Modifier and Type Method Description AddSnapshotLockRequestAddSnapshotLockRequest.Builder. build()Build the instance of AddSnapshotLockRequest as configured by this builderAddSnapshotLockRequestAddSnapshotLockRequest.Builder. buildWithoutInvocationCallback()Build the instance of AddSnapshotLockRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type AddSnapshotLockRequest Modifier and Type Method Description AddSnapshotLockRequest.BuilderAddSnapshotLockRequest.Builder. copy(AddSnapshotLockRequest o)Copy method to populate the builder with values from the given instance.
 
-