Uses of Class
software.amazon.awssdk.services.qconnect.model.TagFilter
-
Packages that use TagFilter Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of TagFilter in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return TagFilter Modifier and Type Method Description static TagFilterTagFilter. fromAndConditions(List<TagCondition> andConditions)Create an instance of this class withandConditions()initialized to the given value.static TagFilterTagFilter. fromOrConditions(List<OrCondition> orConditions)Create an instance of this class withorConditions()initialized to the given value.static TagFilterTagFilter. fromTagCondition(Consumer<TagCondition.Builder> tagCondition)Create an instance of this class withtagCondition()initialized to the given value.static TagFilterTagFilter. fromTagCondition(TagCondition tagCondition)Create an instance of this class withtagCondition()initialized to the given value.TagFilterCreateSessionRequest. tagFilter()An object that can be used to specify Tag conditions.TagFilterSessionData. tagFilter()An object that can be used to specify Tag conditions.TagFilterUpdateSessionRequest. tagFilter()An object that can be used to specify Tag conditions.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type TagFilter Modifier and Type Method Description CreateSessionRequest.BuilderCreateSessionRequest.Builder. tagFilter(TagFilter tagFilter)An object that can be used to specify Tag conditions.SessionData.BuilderSessionData.Builder. tagFilter(TagFilter tagFilter)An object that can be used to specify Tag conditions.UpdateSessionRequest.BuilderUpdateSessionRequest.Builder. tagFilter(TagFilter tagFilter)An object that can be used to specify Tag conditions.
-