Uses of Interface
software.amazon.awssdk.services.qconnect.model.TagCondition.Builder
-
Packages that use TagCondition.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of TagCondition.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return TagCondition.Builder Modifier and Type Method Description static TagCondition.BuilderTagCondition. builder()TagCondition.BuilderTagCondition.Builder. key(String key)The tag key in the tag condition.TagCondition.BuilderTagCondition. toBuilder()TagCondition.BuilderTagCondition.Builder. value(String value)The tag value in the tag condition.Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type TagCondition.Builder Modifier and Type Method Description static Class<? extends TagCondition.Builder>TagCondition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type TagCondition.Builder Modifier and Type Method Description static OrConditionOrCondition. fromTagCondition(Consumer<TagCondition.Builder> tagCondition)Create an instance of this class withOrCondition.tagCondition()initialized to the given value.static TagFilterTagFilter. fromTagCondition(Consumer<TagCondition.Builder> tagCondition)Create an instance of this class withTagFilter.tagCondition()initialized to the given value.default OrCondition.BuilderOrCondition.Builder. tagCondition(Consumer<TagCondition.Builder> tagCondition)A leaf node condition which can be used to specify a tag condition.default TagFilter.BuilderTagFilter.Builder. tagCondition(Consumer<TagCondition.Builder> tagCondition)A leaf node condition which can be used to specify a tag condition.
-