Uses of Class
software.amazon.awssdk.services.backup.model.BackupRuleInput
-
Packages that use BackupRuleInput Package Description software.amazon.awssdk.services.backup.model -
-
Uses of BackupRuleInput in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type BackupRuleInput Modifier and Type Method Description List<BackupRuleInput>BackupPlanInput. rules()An array ofBackupRuleobjects, each of which specifies a scheduled task that is used to back up a selection of resources.Methods in software.amazon.awssdk.services.backup.model with parameters of type BackupRuleInput Modifier and Type Method Description BackupPlanInput.BuilderBackupPlanInput.Builder. rules(BackupRuleInput... rules)An array ofBackupRuleobjects, each of which specifies a scheduled task that is used to back up a selection of resources.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type BackupRuleInput Modifier and Type Method Description BackupPlanInput.BuilderBackupPlanInput.Builder. rules(Collection<BackupRuleInput> rules)An array ofBackupRuleobjects, each of which specifies a scheduled task that is used to back up a selection of resources.
-