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.filestorageMethod 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.requestsMethods in com.oracle.bmc.filestorage.requests that return GetFilesystemSnapshotPolicyRequest Modifier and Type Method Description GetFilesystemSnapshotPolicyRequestGetFilesystemSnapshotPolicyRequest.Builder. build()Build the instance of GetFilesystemSnapshotPolicyRequest as configured by this builderGetFilesystemSnapshotPolicyRequestGetFilesystemSnapshotPolicyRequest.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.BuilderGetFilesystemSnapshotPolicyRequest.Builder. copy(GetFilesystemSnapshotPolicyRequest o)Copy method to populate the builder with values from the given instance.
 
-