| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
User |
User.clone() |
User |
CommentMetadata.getContributor()
The user who made the comment.
|
User |
Comment.getContributor()
The details of the user who made the comment.
|
User |
CreateUserResult.getUser()
The user information.
|
User |
ActivateUserResult.getUser()
The user information.
|
User |
UpdateUserResult.getUser()
The user information.
|
User |
GetCurrentUserResult.getUser()
Metadata of the user.
|
User |
User.withCreatedTimestamp(Date createdTimestamp)
The time when the user was created.
|
User |
User.withEmailAddress(String emailAddress)
The email address of the user.
|
User |
User.withGivenName(String givenName)
The given name of the user.
|
User |
User.withId(String id)
The ID of the user.
|
User |
User.withLocale(LocaleType locale)
The locale of the user.
|
User |
User.withLocale(String locale)
The locale of the user.
|
User |
User.withModifiedTimestamp(Date modifiedTimestamp)
The time when the user was modified.
|
User |
User.withOrganizationId(String organizationId)
The ID of the organization.
|
User |
User.withRecycleBinFolderId(String recycleBinFolderId)
The ID of the recycle bin folder.
|
User |
User.withRootFolderId(String rootFolderId)
The ID of the root folder.
|
User |
User.withStatus(String status)
The status of the user.
|
User |
User.withStatus(UserStatusType status)
The status of the user.
|
User |
User.withStorage(UserStorageMetadata storage)
The storage for the user.
|
User |
User.withSurname(String surname)
The surname of the user.
|
User |
User.withTimeZoneId(String timeZoneId)
The time zone ID of the user.
|
User |
User.withType(String type)
The type of user.
|
User |
User.withType(UserType type)
The type of user.
|
User |
User.withUsername(String username)
The login name of the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
DescribeUsersResult.getUsers()
The users.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommentMetadata.setContributor(User contributor)
The user who made the comment.
|
void |
Comment.setContributor(User contributor)
The details of the user who made the comment.
|
void |
CreateUserResult.setUser(User user)
The user information.
|
void |
ActivateUserResult.setUser(User user)
The user information.
|
void |
UpdateUserResult.setUser(User user)
The user information.
|
void |
GetCurrentUserResult.setUser(User user)
Metadata of the user.
|
CommentMetadata |
CommentMetadata.withContributor(User contributor)
The user who made the comment.
|
Comment |
Comment.withContributor(User contributor)
The details of the user who made the comment.
|
CreateUserResult |
CreateUserResult.withUser(User user)
The user information.
|
ActivateUserResult |
ActivateUserResult.withUser(User user)
The user information.
|
UpdateUserResult |
UpdateUserResult.withUser(User user)
The user information.
|
GetCurrentUserResult |
GetCurrentUserResult.withUser(User user)
Metadata of the user.
|
DescribeUsersResult |
DescribeUsersResult.withUsers(User... users)
The users.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeUsersResult.setUsers(Collection<User> users)
The users.
|
DescribeUsersResult |
DescribeUsersResult.withUsers(Collection<User> users)
The users.
|
Copyright © 2023. All rights reserved.