Uses of Class
software.amazon.awssdk.services.backup.model.UpdateRestoreTestingPlanResponse
-
Packages that use UpdateRestoreTestingPlanResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of UpdateRestoreTestingPlanResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return UpdateRestoreTestingPlanResponse Modifier and Type Method Description default UpdateRestoreTestingPlanResponseBackupClient. updateRestoreTestingPlan(Consumer<UpdateRestoreTestingPlanRequest.Builder> updateRestoreTestingPlanRequest)This request will send changes to your specified restore testing plan.default UpdateRestoreTestingPlanResponseBackupClient. updateRestoreTestingPlan(UpdateRestoreTestingPlanRequest updateRestoreTestingPlanRequest)This request will send changes to your specified restore testing plan.Methods in software.amazon.awssdk.services.backup that return types with arguments of type UpdateRestoreTestingPlanResponse Modifier and Type Method Description default CompletableFuture<UpdateRestoreTestingPlanResponse>BackupAsyncClient. updateRestoreTestingPlan(Consumer<UpdateRestoreTestingPlanRequest.Builder> updateRestoreTestingPlanRequest)This request will send changes to your specified restore testing plan.default CompletableFuture<UpdateRestoreTestingPlanResponse>BackupAsyncClient. updateRestoreTestingPlan(UpdateRestoreTestingPlanRequest updateRestoreTestingPlanRequest)This request will send changes to your specified restore testing plan.
-