| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
UserSearchCriteria |
SearchUsersRequest.searchCriteria()
Returns the value of the SearchCriteria property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserSearchCriteria> |
UserSearchCriteria.andConditions()
A list of conditions which would be applied together with an
AND condition. |
List<UserSearchCriteria> |
UserSearchCriteria.orConditions()
A list of conditions which would be applied together with an
OR condition. |
| Modifier and Type | Method and Description |
|---|---|
UserSearchCriteria.Builder |
UserSearchCriteria.Builder.andConditions(UserSearchCriteria... andConditions)
A list of conditions which would be applied together with an
AND condition. |
UserSearchCriteria.Builder |
UserSearchCriteria.Builder.orConditions(UserSearchCriteria... orConditions)
A list of conditions which would be applied together with an
OR condition. |
SearchUsersRequest.Builder |
SearchUsersRequest.Builder.searchCriteria(UserSearchCriteria searchCriteria)
Sets the value of the SearchCriteria property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
UserSearchCriteria.Builder |
UserSearchCriteria.Builder.andConditions(Collection<UserSearchCriteria> andConditions)
A list of conditions which would be applied together with an
AND condition. |
UserSearchCriteria.Builder |
UserSearchCriteria.Builder.orConditions(Collection<UserSearchCriteria> orConditions)
A list of conditions which would be applied together with an
OR condition. |
Copyright © 2023. All rights reserved.