| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.clone() |
Condition |
Condition.withConditionKey(String conditionKey)
The key in a key-value pair.
|
Condition |
Condition.withConditionType(ConditionType conditionType)
An operation, such as
STRINGEQUALS, that is applied to a key-value pair used to filter resources in
a selection. |
Condition |
Condition.withConditionType(String conditionType)
An operation, such as
STRINGEQUALS, that is applied to a key-value pair used to filter resources in
a selection. |
Condition |
Condition.withConditionValue(String conditionValue)
The value in a key-value pair.
|
| Modifier and Type | Method and Description |
|---|---|
List<Condition> |
BackupSelection.getListOfTags()
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 |
BackupSelection.withListOfTags(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 |
|---|---|
void |
BackupSelection.setListOfTags(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". |
BackupSelection |
BackupSelection.withListOfTags(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 © 2020. All rights reserved.