| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateCommentResult |
AWSCodeCommitClient.updateComment(UpdateCommentRequest request)
Replaces the contents of a comment.
|
UpdateCommentResult |
AbstractAWSCodeCommit.updateComment(UpdateCommentRequest request) |
UpdateCommentResult |
AWSCodeCommit.updateComment(UpdateCommentRequest updateCommentRequest)
Replaces the contents of a comment.
|
| 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 |
|---|---|
UpdateCommentResult |
UpdateCommentResult.clone() |
UpdateCommentResult |
UpdateCommentResult.withComment(Comment comment)
Information about the updated comment.
|
Copyright © 2018. All rights reserved.