| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
PostCommentReplyResult |
AWSCodeCommitClient.postCommentReply(PostCommentReplyRequest request)
Posts a comment in reply to an existing comment on a comparison between commits or a pull request.
|
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) |
Future<PostCommentReplyResult> |
AbstractAWSCodeCommitAsync.postCommentReplyAsync(PostCommentReplyRequest request) |
Future<PostCommentReplyResult> |
AWSCodeCommitAsync.postCommentReplyAsync(PostCommentReplyRequest postCommentReplyRequest)
Posts a comment in reply to an existing comment on a comparison between commits or a pull request.
|
Future<PostCommentReplyResult> |
AWSCodeCommitAsyncClient.postCommentReplyAsync(PostCommentReplyRequest request) |
Future<PostCommentReplyResult> |
AbstractAWSCodeCommitAsync.postCommentReplyAsync(PostCommentReplyRequest request,
AsyncHandler<PostCommentReplyRequest,PostCommentReplyResult> asyncHandler) |
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) |
| Modifier and Type | Method and Description |
|---|---|
Future<PostCommentReplyResult> |
AbstractAWSCodeCommitAsync.postCommentReplyAsync(PostCommentReplyRequest request,
AsyncHandler<PostCommentReplyRequest,PostCommentReplyResult> asyncHandler) |
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) |
| Modifier and Type | Method and Description |
|---|---|
PostCommentReplyRequest |
PostCommentReplyRequest.clone() |
PostCommentReplyRequest |
PostCommentReplyRequest.withClientRequestToken(String clientRequestToken)
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be
repeated with a changed parameter.
|
PostCommentReplyRequest |
PostCommentReplyRequest.withContent(String content)
The contents of your reply to a comment.
|
PostCommentReplyRequest |
PostCommentReplyRequest.withInReplyTo(String inReplyTo)
The system-generated ID of the comment to which you want to reply.
|
Copyright © 2020. All rights reserved.