| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
UserType |
UserType.clone() |
UserType |
AdminCreateUserResult.getUser()
The newly created user.
|
UserType |
UserType.withAttributes(AttributeType... attributes)
A container with information about the user type attributes.
|
UserType |
UserType.withAttributes(Collection<AttributeType> attributes)
A container with information about the user type attributes.
|
UserType |
UserType.withEnabled(Boolean enabled)
Specifies whether the user is enabled.
|
UserType |
UserType.withMFAOptions(Collection<MFAOptionType> mFAOptions)
The MFA options for the user.
|
UserType |
UserType.withMFAOptions(MFAOptionType... mFAOptions)
The MFA options for the user.
|
UserType |
UserType.withUserCreateDate(Date userCreateDate)
The creation date of the user.
|
UserType |
UserType.withUserLastModifiedDate(Date userLastModifiedDate)
The date and time when the item was modified.
|
UserType |
UserType.withUsername(String username)
The user name of the user you want to describe.
|
UserType |
UserType.withUserStatus(String userStatus)
The user status.
|
UserType |
UserType.withUserStatus(UserStatusType userStatus)
The user status.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserType> |
ListUsersResult.getUsers()
A list of the user pool users, and their attributes, that match your query.
|
List<UserType> |
ListUsersInGroupResult.getUsers()
A list of users in the group, and their attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdminCreateUserResult.setUser(UserType user)
The newly created user.
|
AdminCreateUserResult |
AdminCreateUserResult.withUser(UserType user)
The newly created user.
|
ListUsersResult |
ListUsersResult.withUsers(UserType... users)
A list of the user pool users, and their attributes, that match your query.
|
ListUsersInGroupResult |
ListUsersInGroupResult.withUsers(UserType... users)
A list of users in the group, and their attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsersResult.setUsers(Collection<UserType> users)
A list of the user pool users, and their attributes, that match your query.
|
void |
ListUsersInGroupResult.setUsers(Collection<UserType> users)
A list of users in the group, and their attributes.
|
ListUsersResult |
ListUsersResult.withUsers(Collection<UserType> users)
A list of the user pool users, and their attributes, that match your query.
|
ListUsersInGroupResult |
ListUsersInGroupResult.withUsers(Collection<UserType> users)
A list of users in the group, and their attributes.
|
Copyright © 2024. All rights reserved.