| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ControlPlaneTagFilter |
ControlPlaneTagFilter.clone() |
ControlPlaneTagFilter |
RoutingProfileSearchFilter.getTagFilter() |
ControlPlaneTagFilter |
SecurityProfilesSearchFilter.getTagFilter() |
ControlPlaneTagFilter |
UserSearchFilter.getTagFilter() |
ControlPlaneTagFilter |
QueueSearchFilter.getTagFilter() |
ControlPlaneTagFilter |
ControlPlaneTagFilter.withAndConditions(Collection<TagCondition> andConditions)
A list of conditions which would be applied together with an
AND condition. |
ControlPlaneTagFilter |
ControlPlaneTagFilter.withAndConditions(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. |
ControlPlaneTagFilter |
ControlPlaneTagFilter.withOrConditions(List<TagCondition>... orConditions)
A list of conditions which would be applied together with an
OR condition. |
ControlPlaneTagFilter |
ControlPlaneTagFilter.withTagCondition(TagCondition tagCondition)
A leaf node condition which can be used to specify a tag condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoutingProfileSearchFilter.setTagFilter(ControlPlaneTagFilter tagFilter) |
void |
SecurityProfilesSearchFilter.setTagFilter(ControlPlaneTagFilter tagFilter) |
void |
UserSearchFilter.setTagFilter(ControlPlaneTagFilter tagFilter) |
void |
QueueSearchFilter.setTagFilter(ControlPlaneTagFilter tagFilter) |
RoutingProfileSearchFilter |
RoutingProfileSearchFilter.withTagFilter(ControlPlaneTagFilter tagFilter) |
SecurityProfilesSearchFilter |
SecurityProfilesSearchFilter.withTagFilter(ControlPlaneTagFilter tagFilter) |
UserSearchFilter |
UserSearchFilter.withTagFilter(ControlPlaneTagFilter tagFilter) |
QueueSearchFilter |
QueueSearchFilter.withTagFilter(ControlPlaneTagFilter tagFilter) |
Copyright © 2023. All rights reserved.