| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
List<UserSummary> |
ListUsersResponse.userSummaryList()
An array of
UserSummary objects that contain information about the users in your instance. |
| Modifier and Type | Method and Description |
|---|---|
ListUsersResponse.Builder |
ListUsersResponse.Builder.userSummaryList(UserSummary... userSummaryList)
An array of
UserSummary objects that contain information about the users in your instance. |
| Modifier and Type | Method and Description |
|---|---|
ListUsersResponse.Builder |
ListUsersResponse.Builder.userSummaryList(Collection<UserSummary> userSummaryList)
An array of
UserSummary objects that contain information about the users in your instance. |
Copyright © 2019. All rights reserved.