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