| Package | Description |
|---|---|
| com.amazonaws.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
User |
User.clone() |
User |
User.withDisabledDate(Date disabledDate)
The date indicating when the user was disabled from Amazon WorkMail use.
|
User |
User.withDisplayName(String displayName)
The display name of the user.
|
User |
User.withEmail(String email)
The email of the user.
|
User |
User.withEnabledDate(Date enabledDate)
The date indicating when the user was enabled for Amazon WorkMail use.
|
User |
User.withId(String id)
The identifier of the user.
|
User |
User.withName(String name)
The name of the user.
|
User |
User.withState(EntityState state)
The state of the user, which can be ENABLED, DISABLED, or DELETED.
|
User |
User.withState(String state)
The state of the user, which can be ENABLED, DISABLED, or DELETED.
|
User |
User.withUserRole(String userRole)
The role of the user.
|
User |
User.withUserRole(UserRole userRole)
The role of the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
ListUsersResult.getUsers()
The overview of users for an organization.
|
| Modifier and Type | Method and Description |
|---|---|
ListUsersResult |
ListUsersResult.withUsers(User... users)
The overview of users for an organization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsersResult.setUsers(Collection<User> users)
The overview of users for an organization.
|
ListUsersResult |
ListUsersResult.withUsers(Collection<User> users)
The overview of users for an organization.
|
Copyright © 2018. All rights reserved.