| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
UserSearchCriteria |
UserSearchCriteria.clone() |
UserSearchCriteria |
SearchUsersRequest.getSearchCriteria() |
UserSearchCriteria |
UserSearchCriteria.withAndConditions(Collection<UserSearchCriteria> andConditions)
A list of conditions which would be applied together with an
AND condition. |
UserSearchCriteria |
UserSearchCriteria.withAndConditions(UserSearchCriteria... andConditions)
A list of conditions which would be applied together with an
AND condition. |
UserSearchCriteria |
UserSearchCriteria.withHierarchyGroupCondition(HierarchyGroupCondition hierarchyGroupCondition)
A leaf node condition which can be used to specify a hierarchy group condition.
|
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.
|
UserSearchCriteria |
UserSearchCriteria.withOrConditions(Collection<UserSearchCriteria> orConditions)
A list of conditions which would be applied together with an
OR condition. |
UserSearchCriteria |
UserSearchCriteria.withOrConditions(UserSearchCriteria... orConditions)
A list of conditions which would be applied together with an
OR condition. |
UserSearchCriteria |
UserSearchCriteria.withStringCondition(StringCondition stringCondition)
A leaf node condition which can be used to specify a string condition.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserSearchCriteria> |
UserSearchCriteria.getAndConditions()
A list of conditions which would be applied together with an
AND condition. |
List<UserSearchCriteria> |
UserSearchCriteria.getOrConditions()
A list of conditions which would be applied together with an
OR condition. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchUsersRequest.setSearchCriteria(UserSearchCriteria searchCriteria) |
UserSearchCriteria |
UserSearchCriteria.withAndConditions(UserSearchCriteria... andConditions)
A list of conditions which would be applied together with an
AND condition. |
UserSearchCriteria |
UserSearchCriteria.withOrConditions(UserSearchCriteria... orConditions)
A list of conditions which would be applied together with an
OR condition. |
SearchUsersRequest |
SearchUsersRequest.withSearchCriteria(UserSearchCriteria searchCriteria) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserSearchCriteria.setAndConditions(Collection<UserSearchCriteria> andConditions)
A list of conditions which would be applied together with an
AND condition. |
void |
UserSearchCriteria.setOrConditions(Collection<UserSearchCriteria> orConditions)
A list of conditions which would be applied together with an
OR condition. |
UserSearchCriteria |
UserSearchCriteria.withAndConditions(Collection<UserSearchCriteria> andConditions)
A list of conditions which would be applied together with an
AND condition. |
UserSearchCriteria |
UserSearchCriteria.withOrConditions(Collection<UserSearchCriteria> orConditions)
A list of conditions which would be applied together with an
OR condition. |
Copyright © 2024. All rights reserved.