| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs |
The Amazon WorkDocs API is designed for the following use cases:
|
| Modifier and Type | Method and Description |
|---|---|
default CreateCommentResponse |
WorkDocsClient.createComment(Consumer<CreateCommentRequest.Builder> createCommentRequest)
Adds a new comment to the specified document version.
|
default CreateCommentResponse |
WorkDocsClient.createComment(CreateCommentRequest createCommentRequest)
Adds a new comment to the specified document version.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateCommentResponse> |
WorkDocsAsyncClient.createComment(Consumer<CreateCommentRequest.Builder> createCommentRequest)
Adds a new comment to the specified document version.
|
default CompletableFuture<CreateCommentResponse> |
WorkDocsAsyncClient.createComment(CreateCommentRequest createCommentRequest)
Adds a new comment to the specified document version.
|
Copyright © 2023. All rights reserved.