| Package | Description |
|---|---|
| com.amazonaws.services.qconnect.model |
| Modifier and Type | Method and Description |
|---|---|
TagCondition |
TagCondition.clone() |
TagCondition |
OrCondition.getTagCondition()
A leaf node condition which can be used to specify a tag condition.
|
TagCondition |
TagFilter.getTagCondition()
A leaf node condition which can be used to specify a tag condition.
|
TagCondition |
TagCondition.withKey(String key)
The tag key in the tag condition.
|
TagCondition |
TagCondition.withValue(String value)
The tag value in the tag condition.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagCondition> |
OrCondition.getAndConditions()
A list of conditions which would be applied together with an
AND condition. |
List<TagCondition> |
TagFilter.getAndConditions()
A list of conditions which would be applied together with an
AND condition. |
| Modifier and Type | Method and Description |
|---|---|
void |
OrCondition.setTagCondition(TagCondition tagCondition)
A leaf node condition which can be used to specify a tag condition.
|
void |
TagFilter.setTagCondition(TagCondition tagCondition)
A leaf node condition which can be used to specify a tag condition.
|
OrCondition |
OrCondition.withAndConditions(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. |
OrCondition |
OrCondition.withTagCondition(TagCondition tagCondition)
A leaf node condition which can be used to specify a tag 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 |
OrCondition.setAndConditions(Collection<TagCondition> andConditions)
A list of conditions which would be applied together with an
AND condition. |
void |
TagFilter.setAndConditions(Collection<TagCondition> andConditions)
A list of conditions which would be applied together with an
AND condition. |
OrCondition |
OrCondition.withAndConditions(Collection<TagCondition> andConditions)
A list of conditions which would be applied together with an
AND condition. |
TagFilter |
TagFilter.withAndConditions(Collection<TagCondition> andConditions)
A list of conditions which would be applied together with an
AND condition. |
Copyright © 2024. All rights reserved.