| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model | |
| software.amazon.awssdk.services.connect.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<UserSearchSummary> |
SearchUsersResponse.users()
Information about the users.
|
| Modifier and Type | Method and Description |
|---|---|
SearchUsersResponse.Builder |
SearchUsersResponse.Builder.users(UserSearchSummary... users)
Information about the users.
|
| Modifier and Type | Method and Description |
|---|---|
SearchUsersResponse.Builder |
SearchUsersResponse.Builder.users(Collection<UserSearchSummary> users)
Information about the users.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<UserSearchSummary> |
SearchUsersIterable.users()
Returns an iterable to iterate through the paginated
SearchUsersResponse.users() member. |
SdkPublisher<UserSearchSummary> |
SearchUsersPublisher.users()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.