| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs.model | |
| software.amazon.awssdk.services.workdocs.paginators |
| Modifier and Type | Method and Description |
|---|---|
Comment |
CreateCommentResponse.comment()
The comment that has been created.
|
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
DescribeCommentsResponse.comments()
The list of comments for the specified document version.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCommentResponse.Builder |
CreateCommentResponse.Builder.comment(Comment comment)
The comment that has been created.
|
DescribeCommentsResponse.Builder |
DescribeCommentsResponse.Builder.comments(Comment... comments)
The list of comments for the specified document version.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCommentsResponse.Builder |
DescribeCommentsResponse.Builder.comments(Collection<Comment> comments)
The list of comments for the specified document version.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Comment> |
DescribeCommentsPublisher.comments()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Comment> |
DescribeCommentsIterable.comments()
Returns an iterable to iterate through the paginated
DescribeCommentsResponse.comments() member. |
Copyright © 2023. All rights reserved.