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