| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs |
The Amazon WorkDocs API is designed for the following use cases:
|
| software.amazon.awssdk.services.workdocs.paginators | |
| software.amazon.awssdk.services.workdocs.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeCommentsResponse |
WorkDocsClient.describeComments(DescribeCommentsRequest describeCommentsRequest)
List all the comments for the specified document version.
|
default CompletableFuture<DescribeCommentsResponse> |
WorkDocsAsyncClient.describeComments(DescribeCommentsRequest describeCommentsRequest)
List all the comments for the specified document version.
|
default DescribeCommentsIterable |
WorkDocsClient.describeCommentsPaginator(DescribeCommentsRequest describeCommentsRequest)
List all the comments for the specified document version.
|
default DescribeCommentsPublisher |
WorkDocsAsyncClient.describeCommentsPaginator(DescribeCommentsRequest describeCommentsRequest)
List all the comments for the specified document version.
|
| Constructor and Description |
|---|
DescribeCommentsIterable(WorkDocsClient client,
DescribeCommentsRequest firstRequest) |
DescribeCommentsPublisher(WorkDocsAsyncClient client,
DescribeCommentsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeCommentsRequestMarshaller.marshall(DescribeCommentsRequest describeCommentsRequest) |
Copyright © 2023. All rights reserved.