Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model | |
com.amazonaws.services.cognitoidp.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<UserType> |
ListUsersResult.users
The users returned in the request to list users.
|
Modifier and Type | Method and Description |
---|---|
UserType |
UserType.clone() |
UserType |
UserType.withAttributes(AttributeType... attributes)
A container with information about the user type attributes.
|
UserType |
UserType.withAttributes(java.util.Collection<AttributeType> attributes)
A container with information about the user type attributes.
|
UserType |
UserType.withEnabled(java.lang.Boolean enabled)
Specifies whether the user is enabled.
|
UserType |
UserType.withUserCreateDate(java.util.Date userCreateDate)
The creation date of the user.
|
UserType |
UserType.withUserLastModifiedDate(java.util.Date userLastModifiedDate)
The last modified date of the user.
|
UserType |
UserType.withUsername(java.lang.String username)
The user name of the user you wish to describe.
|
UserType |
UserType.withUserStatus(java.lang.String userStatus)
The user status.
|
UserType |
UserType.withUserStatus(UserStatusType userStatus)
The user status.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<UserType> |
ListUsersResult.getUsers()
The users returned in the request to list users.
|
Modifier and Type | Method and Description |
---|---|
ListUsersResult |
ListUsersResult.withUsers(UserType... users)
The users returned in the request to list users.
|
Modifier and Type | Method and Description |
---|---|
void |
ListUsersResult.setUsers(java.util.Collection<UserType> users)
The users returned in the request to list users.
|
ListUsersResult |
ListUsersResult.withUsers(java.util.Collection<UserType> users)
The users returned in the request to list users.
|
Modifier and Type | Method and Description |
---|---|
UserType |
UserTypeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
UserTypeJsonMarshaller.marshall(UserType userType,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|