| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
User |
User.clone() |
User |
User.withArn(String arn)
The ARN of the user.
|
User |
User.withAuthenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
User |
User.withAuthenticationType(String authenticationType)
The authentication type for the user.
|
User |
User.withCreatedTime(Date createdTime)
The date and time the user was created in the user pool.
|
User |
User.withEnabled(Boolean enabled)
Specifies whether the user in the user pool is enabled.
|
User |
User.withFirstName(String firstName)
The first name, or given name, of the user.
|
User |
User.withLastName(String lastName)
The last name, or surname, of the user.
|
User |
User.withStatus(String status)
The status of the user in the user pool.
|
User |
User.withUserName(String userName)
The email address of the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
DescribeUsersResult.getUsers()
Information about users in the user pool.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeUsersResult |
DescribeUsersResult.withUsers(User... users)
Information about users in the user pool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeUsersResult.setUsers(Collection<User> users)
Information about users in the user pool.
|
DescribeUsersResult |
DescribeUsersResult.withUsers(Collection<User> users)
Information about users in the user pool.
|
Copyright © 2022. All rights reserved.