| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
List<ConditionParameter> |
Conditions.stringEquals()
Filters the values of your tagged resources for only those resources that you tagged with the same value.
|
List<ConditionParameter> |
Conditions.stringLike()
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.stringNotEquals()
Filters the values of your tagged resources for only those resources that you tagged that do not have the same
value.
|
List<ConditionParameter> |
Conditions.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 |
|---|---|
Conditions.Builder |
Conditions.Builder.stringEquals(ConditionParameter... stringEquals)
Filters the values of your tagged resources for only those resources that you tagged with the same value.
|
Conditions.Builder |
Conditions.Builder.stringLike(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.Builder |
Conditions.Builder.stringNotEquals(ConditionParameter... stringNotEquals)
Filters the values of your tagged resources for only those resources that you tagged that do not have the
same value.
|
Conditions.Builder |
Conditions.Builder.stringNotLike(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 |
|---|---|
Conditions.Builder |
Conditions.Builder.stringEquals(Collection<ConditionParameter> stringEquals)
Filters the values of your tagged resources for only those resources that you tagged with the same value.
|
Conditions.Builder |
Conditions.Builder.stringLike(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.Builder |
Conditions.Builder.stringNotEquals(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.Builder |
Conditions.Builder.stringNotLike(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.