| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
List<BackupRuleInput> |
BackupPlanInput.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 |
|---|---|
BackupPlanInput.Builder |
BackupPlanInput.Builder.rules(BackupRuleInput... 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 |
|---|---|
BackupPlanInput.Builder |
BackupPlanInput.Builder.rules(Collection<BackupRuleInput> 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.