Uses of Class
com.oracle.bmc.filestorage.requests.UpdateFilesystemSnapshotPolicyRequest
-
Packages that use UpdateFilesystemSnapshotPolicyRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of UpdateFilesystemSnapshotPolicyRequest in com.oracle.bmc.filestorage
Method parameters in com.oracle.bmc.filestorage with type arguments of type UpdateFilesystemSnapshotPolicyRequest 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 UpdateFilesystemSnapshotPolicyRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return UpdateFilesystemSnapshotPolicyRequest Modifier and Type Method Description UpdateFilesystemSnapshotPolicyRequest
UpdateFilesystemSnapshotPolicyRequest.Builder. build()
Build the instance of UpdateFilesystemSnapshotPolicyRequest as configured by this builderUpdateFilesystemSnapshotPolicyRequest
UpdateFilesystemSnapshotPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateFilesystemSnapshotPolicyRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type UpdateFilesystemSnapshotPolicyRequest Modifier and Type Method Description UpdateFilesystemSnapshotPolicyRequest.Builder
UpdateFilesystemSnapshotPolicyRequest.Builder. copy(UpdateFilesystemSnapshotPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-