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)Creates a restore testing plan.default CreateRestoreTestingPlanResponseBackupClient. createRestoreTestingPlan(CreateRestoreTestingPlanRequest createRestoreTestingPlanRequest)Creates a restore testing plan.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)Creates a restore testing plan.default CompletableFuture<CreateRestoreTestingPlanResponse>BackupAsyncClient. createRestoreTestingPlan(CreateRestoreTestingPlanRequest createRestoreTestingPlanRequest)Creates a restore testing plan.
-