| 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 applied to a key-value pair used to assign resources to your backup plan.
|
Condition |
Condition.withConditionType(String conditionType)
An operation applied to a key-value pair used to assign resources to your backup plan.
|
Condition |
Condition.withConditionValue(String conditionValue)
The value in a key-value pair.
|
| Modifier and Type | Method and Description |
|---|---|
List<Condition> |
BackupSelection.getListOfTags()
A list of conditions that you define to assign resources to your backup plans using tags.
|
| Modifier and Type | Method and Description |
|---|---|
BackupSelection |
BackupSelection.withListOfTags(Condition... listOfTags)
A list of conditions that you define to assign resources to your backup plans using tags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BackupSelection.setListOfTags(Collection<Condition> listOfTags)
A list of conditions that you define to assign resources to your backup plans using tags.
|
BackupSelection |
BackupSelection.withListOfTags(Collection<Condition> listOfTags)
A list of conditions that you define to assign resources to your backup plans using tags.
|
Copyright © 2021. All rights reserved.