| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
PostCommentReplyResult |
AWSCodeCommit.postCommentReply(PostCommentReplyRequest postCommentReplyRequest)
Posts a comment in reply to an existing comment on a comparison between commits or a pull request.
|
PostCommentReplyResult |
AbstractAWSCodeCommit.postCommentReply(PostCommentReplyRequest request) |
PostCommentReplyResult |
AWSCodeCommitClient.postCommentReply(PostCommentReplyRequest request)
Posts a comment in reply to an existing comment on a comparison between commits or a pull request.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PostCommentReplyResult> |
AWSCodeCommitAsync.postCommentReplyAsync(PostCommentReplyRequest postCommentReplyRequest,
AsyncHandler<PostCommentReplyRequest,PostCommentReplyResult> asyncHandler)
Posts a comment in reply to an existing comment on a comparison between commits or a pull request.
|
Future<PostCommentReplyResult> |
AWSCodeCommitAsyncClient.postCommentReplyAsync(PostCommentReplyRequest request,
AsyncHandler<PostCommentReplyRequest,PostCommentReplyResult> asyncHandler) |
Future<PostCommentReplyResult> |
AbstractAWSCodeCommitAsync.postCommentReplyAsync(PostCommentReplyRequest request,
AsyncHandler<PostCommentReplyRequest,PostCommentReplyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PostCommentReplyResult |
PostCommentReplyResult.clone() |
PostCommentReplyResult |
PostCommentReplyResult.withComment(Comment comment)
Information about the reply to a comment.
|
Copyright © 2021. All rights reserved.