| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateCommentResult> |
AWSCodeCommitAsync.updateCommentAsync(UpdateCommentRequest updateCommentRequest,
AsyncHandler<UpdateCommentRequest,UpdateCommentResult> asyncHandler)
Replaces the contents of a comment.
|
Future<UpdateCommentResult> |
AbstractAWSCodeCommitAsync.updateCommentAsync(UpdateCommentRequest request,
AsyncHandler<UpdateCommentRequest,UpdateCommentResult> asyncHandler) |
Future<UpdateCommentResult> |
AWSCodeCommitAsyncClient.updateCommentAsync(UpdateCommentRequest request,
AsyncHandler<UpdateCommentRequest,UpdateCommentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateCommentRequest |
UpdateCommentRequest.clone() |
UpdateCommentRequest |
UpdateCommentRequest.withCommentId(String commentId)
The system-generated ID of the comment you want to update.
|
UpdateCommentRequest |
UpdateCommentRequest.withContent(String content)
The updated content to replace the existing content of the comment.
|
Copyright © 2020. All rights reserved.