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