| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ListCondition |
ListCondition.clone() |
ListCondition |
UserSearchCriteria.getListCondition()
A leaf node condition which can be used to specify a List condition to search users with attributes included in
Lists like Proficiencies.
|
ListCondition |
ListCondition.withConditions(Collection<Condition> conditions)
A list of Condition objects which would be applied together with an AND condition.
|
ListCondition |
ListCondition.withConditions(Condition... conditions)
A list of Condition objects which would be applied together with an AND condition.
|
ListCondition |
ListCondition.withTargetListType(String targetListType)
The type of target list that will be used to filter the users.
|
ListCondition |
ListCondition.withTargetListType(TargetListType targetListType)
The type of target list that will be used to filter the users.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserSearchCriteria.setListCondition(ListCondition listCondition)
A leaf node condition which can be used to specify a List condition to search users with attributes included in
Lists like Proficiencies.
|
UserSearchCriteria |
UserSearchCriteria.withListCondition(ListCondition listCondition)
A leaf node condition which can be used to specify a List condition to search users with attributes included in
Lists like Proficiencies.
|
Copyright © 2024. All rights reserved.