Uses of Class
software.amazon.awssdk.services.qconnect.model.TagCondition
-
Packages that use TagCondition Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of TagCondition in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return TagCondition Modifier and Type Method Description TagConditionOrCondition. tagCondition()A leaf node condition which can be used to specify a tag condition.TagConditionTagFilter. tagCondition()A leaf node condition which can be used to specify a tag condition.Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type TagCondition Modifier and Type Method Description List<TagCondition>OrCondition. andConditions()A list of conditions which would be applied together with anANDcondition.List<TagCondition>TagFilter. andConditions()A list of conditions which would be applied together with anANDcondition.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type TagCondition Modifier and Type Method Description OrCondition.BuilderOrCondition.Builder. andConditions(TagCondition... andConditions)A list of conditions which would be applied together with anANDcondition.TagFilter.BuilderTagFilter.Builder. andConditions(TagCondition... andConditions)A list of conditions which would be applied together with anANDcondition.static OrConditionOrCondition. fromTagCondition(TagCondition tagCondition)Create an instance of this class withOrCondition.tagCondition()initialized to the given value.static TagFilterTagFilter. fromTagCondition(TagCondition tagCondition)Create an instance of this class withTagFilter.tagCondition()initialized to the given value.OrCondition.BuilderOrCondition.Builder. tagCondition(TagCondition tagCondition)A leaf node condition which can be used to specify a tag condition.TagFilter.BuilderTagFilter.Builder. tagCondition(TagCondition tagCondition)A leaf node condition which can be used to specify a tag condition.Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type TagCondition Modifier and Type Method Description OrCondition.BuilderOrCondition.Builder. andConditions(Collection<TagCondition> andConditions)A list of conditions which would be applied together with anANDcondition.TagFilter.BuilderTagFilter.Builder. andConditions(Collection<TagCondition> andConditions)A list of conditions which would be applied together with anANDcondition.static OrConditionOrCondition. fromAndConditions(List<TagCondition> andConditions)Create an instance of this class withOrCondition.andConditions()initialized to the given value.static TagFilterTagFilter. fromAndConditions(List<TagCondition> andConditions)Create an instance of this class withTagFilter.andConditions()initialized to the given value.
-