Uses of Class
software.amazon.awssdk.services.qconnect.model.OrCondition
-
Packages that use OrCondition Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of OrCondition in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return OrCondition Modifier and Type Method Description static OrConditionOrCondition. fromAndConditions(List<TagCondition> andConditions)Create an instance of this class withandConditions()initialized to the given value.static OrConditionOrCondition. fromTagCondition(Consumer<TagCondition.Builder> tagCondition)Create an instance of this class withtagCondition()initialized to the given value.static OrConditionOrCondition. fromTagCondition(TagCondition tagCondition)Create an instance of this class withtagCondition()initialized to the given value.Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type OrCondition Modifier and Type Method Description List<OrCondition>TagFilter. orConditions()A list of conditions which would be applied together with anORcondition.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type OrCondition Modifier and Type Method Description TagFilter.BuilderTagFilter.Builder. orConditions(OrCondition... orConditions)A list of conditions which would be applied together with anORcondition.Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type OrCondition Modifier and Type Method Description static TagFilterTagFilter. fromOrConditions(List<OrCondition> orConditions)Create an instance of this class withTagFilter.orConditions()initialized to the given value.TagFilter.BuilderTagFilter.Builder. orConditions(Collection<OrCondition> orConditions)A list of conditions which would be applied together with anORcondition.
-