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