| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
Conditions |
Conditions.clone() |
Conditions |
BackupSelection.getConditions()
A list of conditions that you define to assign resources to your backup plans using tags.
|
Conditions |
Conditions.withStringEquals(Collection<ConditionParameter> stringEquals)
Filters the values of your tagged resources for only those resources that you tagged with the same value.
|
Conditions |
Conditions.withStringEquals(ConditionParameter... stringEquals)
Filters the values of your tagged resources for only those resources that you tagged with the same value.
|
Conditions |
Conditions.withStringLike(Collection<ConditionParameter> stringLike)
Filters the values of your tagged resources for matching tag values with the use of a wildcard character (*)
anywhere in the string.
|
Conditions |
Conditions.withStringLike(ConditionParameter... stringLike)
Filters the values of your tagged resources for matching tag values with the use of a wildcard character (*)
anywhere in the string.
|
Conditions |
Conditions.withStringNotEquals(Collection<ConditionParameter> stringNotEquals)
Filters the values of your tagged resources for only those resources that you tagged that do not have the same
value.
|
Conditions |
Conditions.withStringNotEquals(ConditionParameter... stringNotEquals)
Filters the values of your tagged resources for only those resources that you tagged that do not have the same
value.
|
Conditions |
Conditions.withStringNotLike(Collection<ConditionParameter> stringNotLike)
Filters the values of your tagged resources for non-matching tag values with the use of a wildcard character (*)
anywhere in the string.
|
Conditions |
Conditions.withStringNotLike(ConditionParameter... stringNotLike)
Filters the values of your tagged resources for non-matching tag values with the use of a wildcard character (*)
anywhere in the string.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BackupSelection.setConditions(Conditions conditions)
A list of conditions that you define to assign resources to your backup plans using tags.
|
BackupSelection |
BackupSelection.withConditions(Conditions conditions)
A list of conditions that you define to assign resources to your backup plans using tags.
|
Copyright © 2021. All rights reserved.