Uses of Class
software.amazon.awssdk.services.backup.model.CreateRestoreTestingPlanRequest
-
Packages that use CreateRestoreTestingPlanRequest Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.transform -
-
Uses of CreateRestoreTestingPlanRequest in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup with parameters of type CreateRestoreTestingPlanRequest Modifier and Type Method Description 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.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. -
Uses of CreateRestoreTestingPlanRequest in software.amazon.awssdk.services.backup.transform
Methods in software.amazon.awssdk.services.backup.transform with parameters of type CreateRestoreTestingPlanRequest Modifier and Type Method Description SdkHttpFullRequestCreateRestoreTestingPlanRequestMarshaller. marshall(CreateRestoreTestingPlanRequest createRestoreTestingPlanRequest)
-