| 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<DeleteCommentResult> |
AmazonWorkDocsAsyncClient.deleteCommentAsync(DeleteCommentRequest request,
AsyncHandler<DeleteCommentRequest,DeleteCommentResult> asyncHandler) |
Future<DeleteCommentResult> |
AmazonWorkDocsAsync.deleteCommentAsync(DeleteCommentRequest deleteCommentRequest,
AsyncHandler<DeleteCommentRequest,DeleteCommentResult> asyncHandler)
Deletes the specified comment from the document version.
|
Future<DeleteCommentResult> |
AbstractAmazonWorkDocsAsync.deleteCommentAsync(DeleteCommentRequest request,
AsyncHandler<DeleteCommentRequest,DeleteCommentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteCommentRequest |
DeleteCommentRequest.clone() |
DeleteCommentRequest |
DeleteCommentRequest.withAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
DeleteCommentRequest |
DeleteCommentRequest.withCommentId(String commentId)
The ID of the comment.
|
DeleteCommentRequest |
DeleteCommentRequest.withDocumentId(String documentId)
The ID of the document.
|
DeleteCommentRequest |
DeleteCommentRequest.withVersionId(String versionId)
The ID of the document version.
|
Copyright © 2024. All rights reserved.