| Package | Description |
|---|---|
| com.amazonaws.services.qconnect.model |
| Modifier and Type | Method and Description |
|---|---|
TagFilter |
TagFilter.clone() |
TagFilter |
SessionData.getTagFilter()
An object that can be used to specify Tag conditions.
|
TagFilter |
UpdateSessionRequest.getTagFilter()
An object that can be used to specify Tag conditions.
|
TagFilter |
CreateSessionRequest.getTagFilter()
An object that can be used to specify Tag conditions.
|
TagFilter |
TagFilter.withAndConditions(Collection<TagCondition> andConditions)
A list of conditions which would be applied together with an
AND condition. |
TagFilter |
TagFilter.withAndConditions(TagCondition... andConditions)
A list of conditions which would be applied together with an
AND condition. |
TagFilter |
TagFilter.withOrConditions(Collection<OrCondition> orConditions)
A list of conditions which would be applied together with an
OR condition. |
TagFilter |
TagFilter.withOrConditions(OrCondition... orConditions)
A list of conditions which would be applied together with an
OR condition. |
TagFilter |
TagFilter.withTagCondition(TagCondition tagCondition)
A leaf node condition which can be used to specify a tag condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionData.setTagFilter(TagFilter tagFilter)
An object that can be used to specify Tag conditions.
|
void |
UpdateSessionRequest.setTagFilter(TagFilter tagFilter)
An object that can be used to specify Tag conditions.
|
void |
CreateSessionRequest.setTagFilter(TagFilter tagFilter)
An object that can be used to specify Tag conditions.
|
SessionData |
SessionData.withTagFilter(TagFilter tagFilter)
An object that can be used to specify Tag conditions.
|
UpdateSessionRequest |
UpdateSessionRequest.withTagFilter(TagFilter tagFilter)
An object that can be used to specify Tag conditions.
|
CreateSessionRequest |
CreateSessionRequest.withTagFilter(TagFilter tagFilter)
An object that can be used to specify Tag conditions.
|
Copyright © 2024. All rights reserved.