| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
TagCondition |
TagCondition.clone() |
TagCondition |
ControlPlaneUserAttributeFilter.getTagCondition() |
TagCondition |
ControlPlaneTagFilter.getTagCondition()
A leaf node condition which can be used to specify a tag condition.
|
TagCondition |
TagCondition.withTagKey(String tagKey)
The tag key in the tag condition.
|
TagCondition |
TagCondition.withTagValue(String tagValue)
The tag value in the tag condition.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagCondition> |
ControlPlaneTagFilter.getAndConditions()
A list of conditions which would be applied together with an
AND condition. |
List<List<TagCondition>> |
ControlPlaneTagFilter.getOrConditions()
A list of conditions which would be applied together with an
OR condition. |
List<TagCondition> |
AttributeAndCondition.getTagConditions()
A leaf node condition which can be used to specify a tag condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ControlPlaneUserAttributeFilter.setTagCondition(TagCondition tagCondition) |
void |
ControlPlaneTagFilter.setTagCondition(TagCondition tagCondition)
A leaf node condition which can be used to specify a tag condition.
|
ControlPlaneTagFilter |
ControlPlaneTagFilter.withAndConditions(TagCondition... andConditions)
A list of conditions which would be applied together with an
AND condition. |
ControlPlaneUserAttributeFilter |
ControlPlaneUserAttributeFilter.withTagCondition(TagCondition tagCondition) |
ControlPlaneTagFilter |
ControlPlaneTagFilter.withTagCondition(TagCondition tagCondition)
A leaf node condition which can be used to specify a tag condition.
|
AttributeAndCondition |
AttributeAndCondition.withTagConditions(TagCondition... tagConditions)
A leaf node condition which can be used to specify a tag condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ControlPlaneTagFilter.setAndConditions(Collection<TagCondition> andConditions)
A list of conditions which would be applied together with an
AND condition. |
void |
ControlPlaneTagFilter.setOrConditions(Collection<List<TagCondition>> orConditions)
A list of conditions which would be applied together with an
OR condition. |
void |
AttributeAndCondition.setTagConditions(Collection<TagCondition> tagConditions)
A leaf node condition which can be used to specify a tag condition.
|
ControlPlaneTagFilter |
ControlPlaneTagFilter.withAndConditions(Collection<TagCondition> andConditions)
A list of conditions which would be applied together with an
AND condition. |
ControlPlaneTagFilter |
ControlPlaneTagFilter.withOrConditions(Collection<List<TagCondition>> orConditions)
A list of conditions which would be applied together with an
OR condition. |
AttributeAndCondition |
AttributeAndCondition.withTagConditions(Collection<TagCondition> tagConditions)
A leaf node condition which can be used to specify a tag condition.
|
Copyright © 2024. All rights reserved.