Uses of Class
software.amazon.awssdk.services.backup.model.DeleteRestoreTestingPlanResponse
-
Packages that use DeleteRestoreTestingPlanResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of DeleteRestoreTestingPlanResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return DeleteRestoreTestingPlanResponse Modifier and Type Method Description default DeleteRestoreTestingPlanResponseBackupClient. deleteRestoreTestingPlan(Consumer<DeleteRestoreTestingPlanRequest.Builder> deleteRestoreTestingPlanRequest)This request deletes the specified restore testing plan.default DeleteRestoreTestingPlanResponseBackupClient. deleteRestoreTestingPlan(DeleteRestoreTestingPlanRequest deleteRestoreTestingPlanRequest)This request deletes the specified restore testing plan.Methods in software.amazon.awssdk.services.backup that return types with arguments of type DeleteRestoreTestingPlanResponse Modifier and Type Method Description default CompletableFuture<DeleteRestoreTestingPlanResponse>BackupAsyncClient. deleteRestoreTestingPlan(Consumer<DeleteRestoreTestingPlanRequest.Builder> deleteRestoreTestingPlanRequest)This request deletes the specified restore testing plan.default CompletableFuture<DeleteRestoreTestingPlanResponse>BackupAsyncClient. deleteRestoreTestingPlan(DeleteRestoreTestingPlanRequest deleteRestoreTestingPlanRequest)This request deletes the specified restore testing plan.
-