| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
ConditionParameter |
ConditionParameter.clone() |
ConditionParameter |
ConditionParameter.withConditionKey(String conditionKey)
The key in a key-value pair.
|
ConditionParameter |
ConditionParameter.withConditionValue(String conditionValue)
The value in a key-value pair.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConditionParameter> |
Conditions.getStringEquals()
Filters the values of your tagged resources for only those resources that you tagged with the same value.
|
List<ConditionParameter> |
Conditions.getStringLike()
Filters the values of your tagged resources for matching tag values with the use of a wildcard character (*)
anywhere in the string.
|
List<ConditionParameter> |
Conditions.getStringNotEquals()
Filters the values of your tagged resources for only those resources that you tagged that do not have the same
value.
|
List<ConditionParameter> |
Conditions.getStringNotLike()
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 |
|---|---|
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(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(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(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 |
Conditions.setStringEquals(Collection<ConditionParameter> stringEquals)
Filters the values of your tagged resources for only those resources that you tagged with the same value.
|
void |
Conditions.setStringLike(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.
|
void |
Conditions.setStringNotEquals(Collection<ConditionParameter> stringNotEquals)
Filters the values of your tagged resources for only those resources that you tagged that do not have the same
value.
|
void |
Conditions.setStringNotLike(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.withStringEquals(Collection<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.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.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.
|
Copyright © 2023. All rights reserved.