| 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 |
|---|---|
CreateCommentResult |
AbstractAmazonWorkDocs.createComment(CreateCommentRequest request) |
CreateCommentResult |
AmazonWorkDocs.createComment(CreateCommentRequest createCommentRequest)
Adds a new comment to the specified document version.
|
CreateCommentResult |
AmazonWorkDocsClient.createComment(CreateCommentRequest request)
Adds a new comment to the specified document version.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateCommentResult> |
AmazonWorkDocsAsyncClient.createCommentAsync(CreateCommentRequest request,
AsyncHandler<CreateCommentRequest,CreateCommentResult> asyncHandler) |
Future<CreateCommentResult> |
AbstractAmazonWorkDocsAsync.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 |
|---|---|
CreateCommentResult |
CreateCommentResult.clone() |
CreateCommentResult |
CreateCommentResult.withComment(Comment comment)
The comment that has been created.
|
Copyright © 2024. All rights reserved.