| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
UserSummary |
UserSummary.clone() |
UserSummary |
UserSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the user account.
|
UserSummary |
UserSummary.withId(String id)
The identifier of the user account.
|
UserSummary |
UserSummary.withUsername(String username)
The Amazon Connect user name of the user account.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserSummary> |
ListUsersResult.getUserSummaryList()
Information about the users.
|
| Modifier and Type | Method and Description |
|---|---|
ListUsersResult |
ListUsersResult.withUserSummaryList(UserSummary... userSummaryList)
Information about the users.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsersResult.setUserSummaryList(Collection<UserSummary> userSummaryList)
Information about the users.
|
ListUsersResult |
ListUsersResult.withUserSummaryList(Collection<UserSummary> userSummaryList)
Information about the users.
|
Copyright © 2023. All rights reserved.