| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
UserSummary |
UserSummary.clone() |
UserSummary |
UserSummary.withArn(String arn)
The ARN for the user account.
|
UserSummary |
UserSummary.withId(String id)
The identifier for the user account.
|
UserSummary |
UserSummary.withUsername(String username)
The Amazon Connect user name for the user account.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserSummary> |
ListUsersResult.getUserSummaryList()
An array of
UserSummary objects that contain information about the users in your instance. |
| Modifier and Type | Method and Description |
|---|---|
ListUsersResult |
ListUsersResult.withUserSummaryList(UserSummary... userSummaryList)
An array of
UserSummary objects that contain information about the users in your instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsersResult.setUserSummaryList(Collection<UserSummary> userSummaryList)
An array of
UserSummary objects that contain information about the users in your instance. |
ListUsersResult |
ListUsersResult.withUserSummaryList(Collection<UserSummary> userSummaryList)
An array of
UserSummary objects that contain information about the users in your instance. |
Copyright © 2018. All rights reserved.