Uses of Class
software.amazon.awssdk.services.backup.model.ConditionParameter
-
Packages that use ConditionParameter Package Description software.amazon.awssdk.services.backup.model -
-
Uses of ConditionParameter in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type ConditionParameter Modifier and Type Method 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.Methods in software.amazon.awssdk.services.backup.model with parameters of type ConditionParameter Modifier and Type Method Description Conditions.BuilderConditions.Builder. stringEquals(ConditionParameter... stringEquals)Filters the values of your tagged resources for only those resources that you tagged with the same value.Conditions.BuilderConditions.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.BuilderConditions.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.BuilderConditions.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.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type ConditionParameter Modifier and Type Method Description Conditions.BuilderConditions.Builder. stringEquals(Collection<ConditionParameter> stringEquals)Filters the values of your tagged resources for only those resources that you tagged with the same value.Conditions.BuilderConditions.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.BuilderConditions.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.BuilderConditions.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.
-