| 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 DeleteCommentResponse |
WorkDocsClient.deleteComment(Consumer<DeleteCommentRequest.Builder> deleteCommentRequest)
Deletes the specified comment from the document version.
|
default DeleteCommentResponse |
WorkDocsClient.deleteComment(DeleteCommentRequest deleteCommentRequest)
Deletes the specified comment from the document version.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteCommentResponse> |
WorkDocsAsyncClient.deleteComment(Consumer<DeleteCommentRequest.Builder> deleteCommentRequest)
Deletes the specified comment from the document version.
|
default CompletableFuture<DeleteCommentResponse> |
WorkDocsAsyncClient.deleteComment(DeleteCommentRequest deleteCommentRequest)
Deletes the specified comment from the document version.
|
Copyright © 2023. All rights reserved.