| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs |
The Amazon WorkDocs API is designed for the following use cases:
|
| software.amazon.awssdk.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteCommentResponse |
WorkDocsClient.deleteComment(Consumer<DeleteCommentRequest.Builder> deleteCommentRequest)
Deletes the specified comment from the document version.
|
default CompletableFuture<DeleteCommentResponse> |
WorkDocsAsyncClient.deleteComment(Consumer<DeleteCommentRequest.Builder> deleteCommentRequest)
Deletes the specified comment from the document version.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteCommentRequest.Builder |
DeleteCommentRequest.Builder.authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
static DeleteCommentRequest.Builder |
DeleteCommentRequest.builder() |
DeleteCommentRequest.Builder |
DeleteCommentRequest.Builder.commentId(String commentId)
The ID of the comment.
|
DeleteCommentRequest.Builder |
DeleteCommentRequest.Builder.documentId(String documentId)
The ID of the document.
|
DeleteCommentRequest.Builder |
DeleteCommentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteCommentRequest.Builder |
DeleteCommentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteCommentRequest.Builder |
DeleteCommentRequest.toBuilder() |
DeleteCommentRequest.Builder |
DeleteCommentRequest.Builder.versionId(String versionId)
The ID of the document version.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteCommentRequest.Builder> |
DeleteCommentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.