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