| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
List<BackupRule> |
BackupPlan.rules()
An array of
BackupRule objects, each of which specifies a scheduled task that is used to back up a
selection of resources. |
| Modifier and Type | Method and Description |
|---|---|
BackupPlan.Builder |
BackupPlan.Builder.rules(BackupRule... rules)
An array of
BackupRule objects, each of which specifies a scheduled task that is used to back up
a selection of resources. |
| Modifier and Type | Method and Description |
|---|---|
BackupPlan.Builder |
BackupPlan.Builder.rules(Collection<BackupRule> rules)
An array of
BackupRule objects, each of which specifies a scheduled task that is used to back up
a selection of resources. |
Copyright © 2023. All rights reserved.