Uses of Class
software.amazon.awssdk.services.backup.model.BackupPlanInput
-
Packages that use BackupPlanInput Package Description software.amazon.awssdk.services.backup.model -
-
Uses of BackupPlanInput in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return BackupPlanInput Modifier and Type Method Description BackupPlanInputCreateBackupPlanRequest. backupPlan()The body of a backup plan.BackupPlanInputUpdateBackupPlanRequest. backupPlan()The body of a backup plan.Methods in software.amazon.awssdk.services.backup.model with parameters of type BackupPlanInput Modifier and Type Method Description CreateBackupPlanRequest.BuilderCreateBackupPlanRequest.Builder. backupPlan(BackupPlanInput backupPlan)The body of a backup plan.UpdateBackupPlanRequest.BuilderUpdateBackupPlanRequest.Builder. backupPlan(BackupPlanInput backupPlan)The body of a backup plan.
-