Uses of Class
com.oracle.bmc.filestorage.responses.UpdateFilesystemSnapshotPolicyResponse
-
Packages that use UpdateFilesystemSnapshotPolicyResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of UpdateFilesystemSnapshotPolicyResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return UpdateFilesystemSnapshotPolicyResponse Modifier and Type Method Description UpdateFilesystemSnapshotPolicyResponse
FileStorage. updateFilesystemSnapshotPolicy(UpdateFilesystemSnapshotPolicyRequest request)
Updates the specified file system snapshot policy’s information.UpdateFilesystemSnapshotPolicyResponse
FileStorageClient. updateFilesystemSnapshotPolicy(UpdateFilesystemSnapshotPolicyRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type UpdateFilesystemSnapshotPolicyResponse Modifier and Type Method Description Future<UpdateFilesystemSnapshotPolicyResponse>
FileStorageAsync. updateFilesystemSnapshotPolicy(UpdateFilesystemSnapshotPolicyRequest request, AsyncHandler<UpdateFilesystemSnapshotPolicyRequest,UpdateFilesystemSnapshotPolicyResponse> handler)
Updates the specified file system snapshot policy’s information.Future<UpdateFilesystemSnapshotPolicyResponse>
FileStorageAsyncClient. updateFilesystemSnapshotPolicy(UpdateFilesystemSnapshotPolicyRequest request, AsyncHandler<UpdateFilesystemSnapshotPolicyRequest,UpdateFilesystemSnapshotPolicyResponse> handler)
Method parameters in com.oracle.bmc.filestorage with type arguments of type UpdateFilesystemSnapshotPolicyResponse Modifier and Type Method Description Future<UpdateFilesystemSnapshotPolicyResponse>
FileStorageAsync. updateFilesystemSnapshotPolicy(UpdateFilesystemSnapshotPolicyRequest request, AsyncHandler<UpdateFilesystemSnapshotPolicyRequest,UpdateFilesystemSnapshotPolicyResponse> handler)
Updates the specified file system snapshot policy’s information.Future<UpdateFilesystemSnapshotPolicyResponse>
FileStorageAsyncClient. updateFilesystemSnapshotPolicy(UpdateFilesystemSnapshotPolicyRequest request, AsyncHandler<UpdateFilesystemSnapshotPolicyRequest,UpdateFilesystemSnapshotPolicyResponse> handler)
-
Uses of UpdateFilesystemSnapshotPolicyResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return UpdateFilesystemSnapshotPolicyResponse Modifier and Type Method Description UpdateFilesystemSnapshotPolicyResponse
UpdateFilesystemSnapshotPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type UpdateFilesystemSnapshotPolicyResponse Modifier and Type Method Description UpdateFilesystemSnapshotPolicyResponse.Builder
UpdateFilesystemSnapshotPolicyResponse.Builder. copy(UpdateFilesystemSnapshotPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-