Uses of Class
software.amazon.awssdk.services.workdocs.model.Comment
-
Packages that use Comment Package Description software.amazon.awssdk.services.workdocs.model software.amazon.awssdk.services.workdocs.paginators -
-
Uses of Comment in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return Comment Modifier and Type Method Description CommentCreateCommentResponse. comment()The comment that has been created.Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type Comment Modifier and Type Method Description List<Comment>DescribeCommentsResponse. comments()The list of comments for the specified document version.Methods in software.amazon.awssdk.services.workdocs.model with parameters of type Comment Modifier and Type Method Description CreateCommentResponse.BuilderCreateCommentResponse.Builder. comment(Comment comment)The comment that has been created.DescribeCommentsResponse.BuilderDescribeCommentsResponse.Builder. comments(Comment... comments)The list of comments for the specified document version.Method parameters in software.amazon.awssdk.services.workdocs.model with type arguments of type Comment Modifier and Type Method Description DescribeCommentsResponse.BuilderDescribeCommentsResponse.Builder. comments(Collection<Comment> comments)The list of comments for the specified document version. -
Uses of Comment in software.amazon.awssdk.services.workdocs.paginators
Methods in software.amazon.awssdk.services.workdocs.paginators that return types with arguments of type Comment Modifier and Type Method Description SdkIterable<Comment>DescribeCommentsIterable. comments()Returns an iterable to iterate through the paginatedDescribeCommentsResponse.comments()member.SdkPublisher<Comment>DescribeCommentsPublisher. comments()Returns a publisher that can be used to get a stream of data.
-