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.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type AddSnapshotLockRequest Modifier and Type Method Description AddSnapshotLockResponse
FileStorage. 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)
AddSnapshotLockResponse
FileStorageClient. 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.requests
Methods in com.oracle.bmc.filestorage.requests that return AddSnapshotLockRequest Modifier and Type Method Description AddSnapshotLockRequest
AddSnapshotLockRequest.Builder. build()
Build the instance of AddSnapshotLockRequest as configured by this builderAddSnapshotLockRequest
AddSnapshotLockRequest.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.Builder
AddSnapshotLockRequest.Builder. copy(AddSnapshotLockRequest o)
Copy method to populate the builder with values from the given instance.
-