Uses of Class
software.amazon.awssdk.services.backup.model.CreateBackupPlanResponse
-
Packages that use CreateBackupPlanResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of CreateBackupPlanResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return CreateBackupPlanResponse Modifier and Type Method Description default CreateBackupPlanResponseBackupClient. createBackupPlan(Consumer<CreateBackupPlanRequest.Builder> createBackupPlanRequest)Creates a backup plan using a backup plan name and backup rules.default CreateBackupPlanResponseBackupClient. createBackupPlan(CreateBackupPlanRequest createBackupPlanRequest)Creates a backup plan using a backup plan name and backup rules.Methods in software.amazon.awssdk.services.backup that return types with arguments of type CreateBackupPlanResponse Modifier and Type Method Description default CompletableFuture<CreateBackupPlanResponse>BackupAsyncClient. createBackupPlan(Consumer<CreateBackupPlanRequest.Builder> createBackupPlanRequest)Creates a backup plan using a backup plan name and backup rules.default CompletableFuture<CreateBackupPlanResponse>BackupAsyncClient. createBackupPlan(CreateBackupPlanRequest createBackupPlanRequest)Creates a backup plan using a backup plan name and backup rules.
-