| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
List<Condition> |
BackupSelection.listOfTags()
An array of conditions used to specify a set of resources to assign to a backup plan; for example,
"StringEquals": {"ec2:ResourceTag/Department": "accounting". |
| Modifier and Type | Method and Description |
|---|---|
BackupSelection.Builder |
BackupSelection.Builder.listOfTags(Condition... listOfTags)
An array of conditions used to specify a set of resources to assign to a backup plan; for example,
"StringEquals": {"ec2:ResourceTag/Department": "accounting". |
| Modifier and Type | Method and Description |
|---|---|
BackupSelection.Builder |
BackupSelection.Builder.listOfTags(Collection<Condition> listOfTags)
An array of conditions used to specify a set of resources to assign to a backup plan; for example,
"StringEquals": {"ec2:ResourceTag/Department": "accounting". |
Copyright © 2021. All rights reserved.