| Package | Description |
|---|---|
| com.amazonaws.services.workdocs |
The Amazon WorkDocs API is designed for the following use cases:
|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateCommentResult> |
AbstractAmazonWorkDocsAsync.createCommentAsync(CreateCommentRequest request,
AsyncHandler<CreateCommentRequest,CreateCommentResult> asyncHandler) |
Future<CreateCommentResult> |
AmazonWorkDocsAsyncClient.createCommentAsync(CreateCommentRequest request,
AsyncHandler<CreateCommentRequest,CreateCommentResult> asyncHandler) |
Future<CreateCommentResult> |
AmazonWorkDocsAsync.createCommentAsync(CreateCommentRequest createCommentRequest,
AsyncHandler<CreateCommentRequest,CreateCommentResult> asyncHandler)
Adds a new comment to the specified document version.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCommentRequest |
CreateCommentRequest.clone() |
CreateCommentRequest |
CreateCommentRequest.withAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
CreateCommentRequest |
CreateCommentRequest.withDocumentId(String documentId)
The ID of the document.
|
CreateCommentRequest |
CreateCommentRequest.withNotifyCollaborators(Boolean notifyCollaborators)
Set this parameter to TRUE to send an email out to the document collaborators after the comment is created.
|
CreateCommentRequest |
CreateCommentRequest.withParentId(String parentId)
The ID of the parent comment.
|
CreateCommentRequest |
CreateCommentRequest.withText(String text)
The text of the comment.
|
CreateCommentRequest |
CreateCommentRequest.withThreadId(String threadId)
The ID of the root comment in the thread.
|
CreateCommentRequest |
CreateCommentRequest.withVersionId(String versionId)
The ID of the document version.
|
CreateCommentRequest |
CreateCommentRequest.withVisibility(CommentVisibilityType visibility)
The visibility of the comment.
|
CreateCommentRequest |
CreateCommentRequest.withVisibility(String visibility)
The visibility of the comment.
|
Copyright © 2023. All rights reserved.