| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
UserHierarchyGroupSearchCriteria |
UserHierarchyGroupSearchCriteria.clone() |
UserHierarchyGroupSearchCriteria |
SearchUserHierarchyGroupsRequest.getSearchCriteria()
The search criteria to be used to return UserHierarchyGroups.
|
UserHierarchyGroupSearchCriteria |
UserHierarchyGroupSearchCriteria.withAndConditions(Collection<UserHierarchyGroupSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
UserHierarchyGroupSearchCriteria |
UserHierarchyGroupSearchCriteria.withAndConditions(UserHierarchyGroupSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
UserHierarchyGroupSearchCriteria |
UserHierarchyGroupSearchCriteria.withOrConditions(Collection<UserHierarchyGroupSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
UserHierarchyGroupSearchCriteria |
UserHierarchyGroupSearchCriteria.withOrConditions(UserHierarchyGroupSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
UserHierarchyGroupSearchCriteria |
UserHierarchyGroupSearchCriteria.withStringCondition(StringCondition stringCondition)
A leaf node condition which can be used to specify a string condition.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserHierarchyGroupSearchCriteria> |
UserHierarchyGroupSearchCriteria.getAndConditions()
A list of conditions which would be applied together with an AND condition.
|
List<UserHierarchyGroupSearchCriteria> |
UserHierarchyGroupSearchCriteria.getOrConditions()
A list of conditions which would be applied together with an OR condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchUserHierarchyGroupsRequest.setSearchCriteria(UserHierarchyGroupSearchCriteria searchCriteria)
The search criteria to be used to return UserHierarchyGroups.
|
UserHierarchyGroupSearchCriteria |
UserHierarchyGroupSearchCriteria.withAndConditions(UserHierarchyGroupSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
UserHierarchyGroupSearchCriteria |
UserHierarchyGroupSearchCriteria.withOrConditions(UserHierarchyGroupSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
SearchUserHierarchyGroupsRequest |
SearchUserHierarchyGroupsRequest.withSearchCriteria(UserHierarchyGroupSearchCriteria searchCriteria)
The search criteria to be used to return UserHierarchyGroups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserHierarchyGroupSearchCriteria.setAndConditions(Collection<UserHierarchyGroupSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
void |
UserHierarchyGroupSearchCriteria.setOrConditions(Collection<UserHierarchyGroupSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
UserHierarchyGroupSearchCriteria |
UserHierarchyGroupSearchCriteria.withAndConditions(Collection<UserHierarchyGroupSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
UserHierarchyGroupSearchCriteria |
UserHierarchyGroupSearchCriteria.withOrConditions(Collection<UserHierarchyGroupSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
Copyright © 2024. All rights reserved.