| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
default PostCommentReplyResponse |
CodeCommitClient.postCommentReply(Consumer<PostCommentReplyRequest.Builder> postCommentReplyRequest)
Posts a comment in reply to an existing comment on a comparison between commits or a pull request.
|
default CompletableFuture<PostCommentReplyResponse> |
CodeCommitAsyncClient.postCommentReply(Consumer<PostCommentReplyRequest.Builder> postCommentReplyRequest)
Posts a comment in reply to an existing comment on a comparison between commits or a pull request.
|
| Modifier and Type | Method and Description |
|---|---|
static PostCommentReplyRequest.Builder |
PostCommentReplyRequest.builder() |
PostCommentReplyRequest.Builder |
PostCommentReplyRequest.Builder.clientRequestToken(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.Builder |
PostCommentReplyRequest.Builder.content(String content)
The contents of your reply to a comment.
|
PostCommentReplyRequest.Builder |
PostCommentReplyRequest.Builder.inReplyTo(String inReplyTo)
The system-generated ID of the comment to which you want to reply.
|
PostCommentReplyRequest.Builder |
PostCommentReplyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PostCommentReplyRequest.Builder |
PostCommentReplyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PostCommentReplyRequest.Builder |
PostCommentReplyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PostCommentReplyRequest.Builder> |
PostCommentReplyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.