| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs.model | |
| software.amazon.awssdk.services.workdocs.paginators |
| Modifier and Type | Method and Description |
|---|---|
User |
CommentMetadata.contributor()
The user who made the comment.
|
User |
Comment.contributor()
The details of the user who made the comment.
|
User |
UpdateUserResponse.user()
The user information.
|
User |
GetCurrentUserResponse.user()
Metadata of the user.
|
User |
ActivateUserResponse.user()
The user information.
|
User |
CreateUserResponse.user()
The user information.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
DescribeUsersResponse.users()
The users.
|
| Modifier and Type | Method and Description |
|---|---|
CommentMetadata.Builder |
CommentMetadata.Builder.contributor(User contributor)
The user who made the comment.
|
Comment.Builder |
Comment.Builder.contributor(User contributor)
The details of the user who made the comment.
|
UpdateUserResponse.Builder |
UpdateUserResponse.Builder.user(User user)
The user information.
|
GetCurrentUserResponse.Builder |
GetCurrentUserResponse.Builder.user(User user)
Metadata of the user.
|
ActivateUserResponse.Builder |
ActivateUserResponse.Builder.user(User user)
The user information.
|
CreateUserResponse.Builder |
CreateUserResponse.Builder.user(User user)
The user information.
|
DescribeUsersResponse.Builder |
DescribeUsersResponse.Builder.users(User... users)
The users.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeUsersResponse.Builder |
DescribeUsersResponse.Builder.users(Collection<User> users)
The users.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<User> |
DescribeUsersIterable.users()
Returns an iterable to iterate through the paginated
DescribeUsersResponse.users() member. |
SdkPublisher<User> |
DescribeUsersPublisher.users()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.