Uses of Class
com.oracle.bmc.filestorage.responses.UnpauseFilesystemSnapshotPolicyResponse
-
Packages that use UnpauseFilesystemSnapshotPolicyResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of UnpauseFilesystemSnapshotPolicyResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return UnpauseFilesystemSnapshotPolicyResponse Modifier and Type Method Description UnpauseFilesystemSnapshotPolicyResponse
FileStorage. unpauseFilesystemSnapshotPolicy(UnpauseFilesystemSnapshotPolicyRequest request)
This operation unpauses a paused file system snapshot policy and updates the lifecycle state of the file system snapshot policy from INACTIVE to ACTIVE.UnpauseFilesystemSnapshotPolicyResponse
FileStorageClient. unpauseFilesystemSnapshotPolicy(UnpauseFilesystemSnapshotPolicyRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type UnpauseFilesystemSnapshotPolicyResponse Modifier and Type Method Description Future<UnpauseFilesystemSnapshotPolicyResponse>
FileStorageAsync. unpauseFilesystemSnapshotPolicy(UnpauseFilesystemSnapshotPolicyRequest request, AsyncHandler<UnpauseFilesystemSnapshotPolicyRequest,UnpauseFilesystemSnapshotPolicyResponse> handler)
This operation unpauses a paused file system snapshot policy and updates the lifecycle state of the file system snapshot policy from INACTIVE to ACTIVE.Future<UnpauseFilesystemSnapshotPolicyResponse>
FileStorageAsyncClient. unpauseFilesystemSnapshotPolicy(UnpauseFilesystemSnapshotPolicyRequest request, AsyncHandler<UnpauseFilesystemSnapshotPolicyRequest,UnpauseFilesystemSnapshotPolicyResponse> handler)
Method parameters in com.oracle.bmc.filestorage with type arguments of type UnpauseFilesystemSnapshotPolicyResponse Modifier and Type Method Description Future<UnpauseFilesystemSnapshotPolicyResponse>
FileStorageAsync. unpauseFilesystemSnapshotPolicy(UnpauseFilesystemSnapshotPolicyRequest request, AsyncHandler<UnpauseFilesystemSnapshotPolicyRequest,UnpauseFilesystemSnapshotPolicyResponse> handler)
This operation unpauses a paused file system snapshot policy and updates the lifecycle state of the file system snapshot policy from INACTIVE to ACTIVE.Future<UnpauseFilesystemSnapshotPolicyResponse>
FileStorageAsyncClient. unpauseFilesystemSnapshotPolicy(UnpauseFilesystemSnapshotPolicyRequest request, AsyncHandler<UnpauseFilesystemSnapshotPolicyRequest,UnpauseFilesystemSnapshotPolicyResponse> handler)
-
Uses of UnpauseFilesystemSnapshotPolicyResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return UnpauseFilesystemSnapshotPolicyResponse Modifier and Type Method Description UnpauseFilesystemSnapshotPolicyResponse
UnpauseFilesystemSnapshotPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type UnpauseFilesystemSnapshotPolicyResponse Modifier and Type Method Description UnpauseFilesystemSnapshotPolicyResponse.Builder
UnpauseFilesystemSnapshotPolicyResponse.Builder. copy(UnpauseFilesystemSnapshotPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-