Uses of Class
com.oracle.bmc.filestorage.requests.DeleteFilesystemSnapshotPolicyRequest
-
Packages that use DeleteFilesystemSnapshotPolicyRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of DeleteFilesystemSnapshotPolicyRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type DeleteFilesystemSnapshotPolicyRequest Modifier and Type Method Description DeleteFilesystemSnapshotPolicyResponse
FileStorage. deleteFilesystemSnapshotPolicy(DeleteFilesystemSnapshotPolicyRequest request)
Deletes the specified file system snapshot policy.Future<DeleteFilesystemSnapshotPolicyResponse>
FileStorageAsync. deleteFilesystemSnapshotPolicy(DeleteFilesystemSnapshotPolicyRequest request, AsyncHandler<DeleteFilesystemSnapshotPolicyRequest,DeleteFilesystemSnapshotPolicyResponse> handler)
Deletes the specified file system snapshot policy.Future<DeleteFilesystemSnapshotPolicyResponse>
FileStorageAsyncClient. deleteFilesystemSnapshotPolicy(DeleteFilesystemSnapshotPolicyRequest request, AsyncHandler<DeleteFilesystemSnapshotPolicyRequest,DeleteFilesystemSnapshotPolicyResponse> handler)
DeleteFilesystemSnapshotPolicyResponse
FileStorageClient. deleteFilesystemSnapshotPolicy(DeleteFilesystemSnapshotPolicyRequest request)
Method parameters in com.oracle.bmc.filestorage with type arguments of type DeleteFilesystemSnapshotPolicyRequest Modifier and Type Method Description Future<DeleteFilesystemSnapshotPolicyResponse>
FileStorageAsync. deleteFilesystemSnapshotPolicy(DeleteFilesystemSnapshotPolicyRequest request, AsyncHandler<DeleteFilesystemSnapshotPolicyRequest,DeleteFilesystemSnapshotPolicyResponse> handler)
Deletes the specified file system snapshot policy.Future<DeleteFilesystemSnapshotPolicyResponse>
FileStorageAsyncClient. deleteFilesystemSnapshotPolicy(DeleteFilesystemSnapshotPolicyRequest request, AsyncHandler<DeleteFilesystemSnapshotPolicyRequest,DeleteFilesystemSnapshotPolicyResponse> handler)
-
Uses of DeleteFilesystemSnapshotPolicyRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return DeleteFilesystemSnapshotPolicyRequest Modifier and Type Method Description DeleteFilesystemSnapshotPolicyRequest
DeleteFilesystemSnapshotPolicyRequest.Builder. build()
Build the instance of DeleteFilesystemSnapshotPolicyRequest as configured by this builderDeleteFilesystemSnapshotPolicyRequest
DeleteFilesystemSnapshotPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteFilesystemSnapshotPolicyRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type DeleteFilesystemSnapshotPolicyRequest Modifier and Type Method Description DeleteFilesystemSnapshotPolicyRequest.Builder
DeleteFilesystemSnapshotPolicyRequest.Builder. copy(DeleteFilesystemSnapshotPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-