Uses of Interface
software.amazon.awssdk.services.qconnect.model.TagFilter.Builder
-
Packages that use TagFilter.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of TagFilter.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return TagFilter.Builder Modifier and Type Method Description TagFilter.BuilderTagFilter.Builder. andConditions(Collection<TagCondition> andConditions)A list of conditions which would be applied together with anANDcondition.TagFilter.BuilderTagFilter.Builder. andConditions(Consumer<TagCondition.Builder>... 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 TagFilter.BuilderTagFilter. builder()TagFilter.BuilderTagFilter.Builder. orConditions(Collection<OrCondition> orConditions)A list of conditions which would be applied together with anORcondition.TagFilter.BuilderTagFilter.Builder. orConditions(Consumer<OrCondition.Builder>... orConditions)A list of conditions which would be applied together with anORcondition.TagFilter.BuilderTagFilter.Builder. orConditions(OrCondition... orConditions)A list of conditions which would be applied together with anORcondition.default TagFilter.BuilderTagFilter.Builder. tagCondition(Consumer<TagCondition.Builder> 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.TagFilter.BuilderTagFilter. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type TagFilter.Builder Modifier and Type Method Description static Class<? extends TagFilter.Builder>TagFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type TagFilter.Builder Modifier and Type Method Description default KnowledgeBaseAssociationConfigurationData.BuilderKnowledgeBaseAssociationConfigurationData.Builder. contentTagFilter(Consumer<TagFilter.Builder> contentTagFilter)Sets the value of the ContentTagFilter property for this object.default CreateSessionRequest.BuilderCreateSessionRequest.Builder. tagFilter(Consumer<TagFilter.Builder> tagFilter)An object that can be used to specify Tag conditions.default SessionData.BuilderSessionData.Builder. tagFilter(Consumer<TagFilter.Builder> tagFilter)An object that can be used to specify Tag conditions.default UpdateSessionRequest.BuilderUpdateSessionRequest.Builder. tagFilter(Consumer<TagFilter.Builder> tagFilter)An object that can be used to specify Tag conditions.
-