Uses of Class
software.amazon.awssdk.services.backup.model.CreateBackupPlanRequest
-
Packages that use CreateBackupPlanRequest Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.transform -
-
Uses of CreateBackupPlanRequest in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup with parameters of type CreateBackupPlanRequest Modifier and Type Method Description default CompletableFuture<CreateBackupPlanResponse>BackupAsyncClient. createBackupPlan(CreateBackupPlanRequest 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. -
Uses of CreateBackupPlanRequest in software.amazon.awssdk.services.backup.transform
Methods in software.amazon.awssdk.services.backup.transform with parameters of type CreateBackupPlanRequest Modifier and Type Method Description SdkHttpFullRequestCreateBackupPlanRequestMarshaller. marshall(CreateBackupPlanRequest createBackupPlanRequest)
-