| 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 CreateCommentResponse |
WorkDocsClient.createComment(Consumer<CreateCommentRequest.Builder> createCommentRequest)
Adds a new comment to the specified document version.
|
default CompletableFuture<CreateCommentResponse> |
WorkDocsAsyncClient.createComment(Consumer<CreateCommentRequest.Builder> createCommentRequest)
Adds a new comment to the specified document version.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCommentRequest.Builder |
CreateCommentRequest.Builder.authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
static CreateCommentRequest.Builder |
CreateCommentRequest.builder() |
CreateCommentRequest.Builder |
CreateCommentRequest.Builder.documentId(String documentId)
The ID of the document.
|
CreateCommentRequest.Builder |
CreateCommentRequest.Builder.notifyCollaborators(Boolean notifyCollaborators)
Set this parameter to TRUE to send an email out to the document collaborators after the comment is created.
|
CreateCommentRequest.Builder |
CreateCommentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCommentRequest.Builder |
CreateCommentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCommentRequest.Builder |
CreateCommentRequest.Builder.parentId(String parentId)
The ID of the parent comment.
|
CreateCommentRequest.Builder |
CreateCommentRequest.Builder.text(String text)
The text of the comment.
|
CreateCommentRequest.Builder |
CreateCommentRequest.Builder.threadId(String threadId)
The ID of the root comment in the thread.
|
CreateCommentRequest.Builder |
CreateCommentRequest.toBuilder() |
CreateCommentRequest.Builder |
CreateCommentRequest.Builder.versionId(String versionId)
The ID of the document version.
|
CreateCommentRequest.Builder |
CreateCommentRequest.Builder.visibility(CommentVisibilityType visibility)
The visibility of the comment.
|
CreateCommentRequest.Builder |
CreateCommentRequest.Builder.visibility(String visibility)
The visibility of the comment.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateCommentRequest.Builder> |
CreateCommentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.