| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static Conditions.Builder |
Conditions.builder() |
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.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.stringEquals(Consumer<ConditionParameter.Builder>... 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.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.stringLike(Consumer<ConditionParameter.Builder>... 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.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.stringNotEquals(Consumer<ConditionParameter.Builder>... 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.
|
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.
|
Conditions.Builder |
Conditions.Builder.stringNotLike(Consumer<ConditionParameter.Builder>... 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.Builder |
Conditions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Conditions.Builder> |
Conditions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BackupSelection.Builder |
BackupSelection.Builder.conditions(Consumer<Conditions.Builder> conditions)
A list of conditions that you define to assign resources to your backup plans using tags.
|
Copyright © 2023. All rights reserved.