Uses of Class
com.oracle.bmc.filestorage.responses.DeleteFilesystemSnapshotPolicyResponse
-
Packages that use DeleteFilesystemSnapshotPolicyResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of DeleteFilesystemSnapshotPolicyResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return DeleteFilesystemSnapshotPolicyResponse Modifier and Type Method Description DeleteFilesystemSnapshotPolicyResponse
FileStorage. deleteFilesystemSnapshotPolicy(DeleteFilesystemSnapshotPolicyRequest request)
Deletes the specified file system snapshot policy.DeleteFilesystemSnapshotPolicyResponse
FileStorageClient. deleteFilesystemSnapshotPolicy(DeleteFilesystemSnapshotPolicyRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type DeleteFilesystemSnapshotPolicyResponse 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)
Method parameters in com.oracle.bmc.filestorage with type arguments of type DeleteFilesystemSnapshotPolicyResponse 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 DeleteFilesystemSnapshotPolicyResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return DeleteFilesystemSnapshotPolicyResponse Modifier and Type Method Description DeleteFilesystemSnapshotPolicyResponse
DeleteFilesystemSnapshotPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type DeleteFilesystemSnapshotPolicyResponse Modifier and Type Method Description DeleteFilesystemSnapshotPolicyResponse.Builder
DeleteFilesystemSnapshotPolicyResponse.Builder. copy(DeleteFilesystemSnapshotPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-