Uses of Interface
software.amazon.awssdk.services.qconnect.model.OrCondition.Builder
-
Packages that use OrCondition.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of OrCondition.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return OrCondition.Builder Modifier and Type Method Description OrCondition.BuilderOrCondition.Builder. andConditions(Collection<TagCondition> andConditions)A list of conditions which would be applied together with anANDcondition.OrCondition.BuilderOrCondition.Builder. andConditions(Consumer<TagCondition.Builder>... andConditions)A list of conditions which would be applied together with anANDcondition.OrCondition.BuilderOrCondition.Builder. andConditions(TagCondition... andConditions)A list of conditions which would be applied together with anANDcondition.static OrCondition.BuilderOrCondition. builder()default OrCondition.BuilderOrCondition.Builder. tagCondition(Consumer<TagCondition.Builder> tagCondition)A leaf node condition which can be used to specify a tag condition.OrCondition.BuilderOrCondition.Builder. tagCondition(TagCondition tagCondition)A leaf node condition which can be used to specify a tag condition.OrCondition.BuilderOrCondition. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type OrCondition.Builder Modifier and Type Method Description static Class<? extends OrCondition.Builder>OrCondition. serializableBuilderClass()
-