Uses of Class
software.amazon.awssdk.services.workdocs.model.User
-
Packages that use User Package Description software.amazon.awssdk.services.workdocs.model software.amazon.awssdk.services.workdocs.paginators -
-
Uses of User in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return User Modifier and Type Method Description UserComment. contributor()The details of the user who made the comment.UserCommentMetadata. contributor()The user who made the comment.UserActivateUserResponse. user()The user information.UserCreateUserResponse. user()The user information.UserGetCurrentUserResponse. user()Metadata of the user.UserUpdateUserResponse. user()The user information.Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type User Modifier and Type Method Description List<User>DescribeUsersResponse. users()The users.Methods in software.amazon.awssdk.services.workdocs.model with parameters of type User Modifier and Type Method Description Comment.BuilderComment.Builder. contributor(User contributor)The details of the user who made the comment.CommentMetadata.BuilderCommentMetadata.Builder. contributor(User contributor)The user who made the comment.ActivateUserResponse.BuilderActivateUserResponse.Builder. user(User user)The user information.CreateUserResponse.BuilderCreateUserResponse.Builder. user(User user)The user information.GetCurrentUserResponse.BuilderGetCurrentUserResponse.Builder. user(User user)Metadata of the user.UpdateUserResponse.BuilderUpdateUserResponse.Builder. user(User user)The user information.DescribeUsersResponse.BuilderDescribeUsersResponse.Builder. users(User... users)The users.Method parameters in software.amazon.awssdk.services.workdocs.model with type arguments of type User Modifier and Type Method Description DescribeUsersResponse.BuilderDescribeUsersResponse.Builder. users(Collection<User> users)The users. -
Uses of User in software.amazon.awssdk.services.workdocs.paginators
Methods in software.amazon.awssdk.services.workdocs.paginators that return types with arguments of type User Modifier and Type Method Description SdkIterable<User>DescribeUsersIterable. users()Returns an iterable to iterate through the paginatedDescribeUsersResponse.users()member.SdkPublisher<User>DescribeUsersPublisher. users()Returns a publisher that can be used to get a stream of data.
-