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