Uses of Class
software.amazon.awssdk.services.backup.model.CreateRestoreTestingPlanResponse
-
Packages that use CreateRestoreTestingPlanResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of CreateRestoreTestingPlanResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return CreateRestoreTestingPlanResponse Modifier and Type Method Description default CreateRestoreTestingPlanResponseBackupClient. createRestoreTestingPlan(Consumer<CreateRestoreTestingPlanRequest.Builder> createRestoreTestingPlanRequest)This is the first of two steps to create a restore testing plan; once this request is successful, finish the procedure with request CreateRestoreTestingSelection.default CreateRestoreTestingPlanResponseBackupClient. createRestoreTestingPlan(CreateRestoreTestingPlanRequest createRestoreTestingPlanRequest)This is the first of two steps to create a restore testing plan; once this request is successful, finish the procedure with request CreateRestoreTestingSelection.Methods in software.amazon.awssdk.services.backup that return types with arguments of type CreateRestoreTestingPlanResponse Modifier and Type Method Description default CompletableFuture<CreateRestoreTestingPlanResponse>BackupAsyncClient. createRestoreTestingPlan(Consumer<CreateRestoreTestingPlanRequest.Builder> createRestoreTestingPlanRequest)This is the first of two steps to create a restore testing plan; once this request is successful, finish the procedure with request CreateRestoreTestingSelection.default CompletableFuture<CreateRestoreTestingPlanResponse>BackupAsyncClient. createRestoreTestingPlan(CreateRestoreTestingPlanRequest createRestoreTestingPlanRequest)This is the first of two steps to create a restore testing plan; once this request is successful, finish the procedure with request CreateRestoreTestingSelection.
-