| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
default PostCommentForComparedCommitResponse |
CodeCommitClient.postCommentForComparedCommit(Consumer<PostCommentForComparedCommitRequest.Builder> postCommentForComparedCommitRequest)
Posts a comment on the comparison between two commits.
|
default CompletableFuture<PostCommentForComparedCommitResponse> |
CodeCommitAsyncClient.postCommentForComparedCommit(Consumer<PostCommentForComparedCommitRequest.Builder> postCommentForComparedCommitRequest)
Posts a comment on the comparison between two commits.
|
| Modifier and Type | Method and Description |
|---|---|
PostCommentForComparedCommitRequest.Builder |
PostCommentForComparedCommitRequest.Builder.afterCommitId(String afterCommitId)
To establish the directionality of the comparison, the full commit ID of the after commit.
|
PostCommentForComparedCommitRequest.Builder |
PostCommentForComparedCommitRequest.Builder.beforeCommitId(String beforeCommitId)
To establish the directionality of the comparison, the full commit ID of the before commit.
|
static PostCommentForComparedCommitRequest.Builder |
PostCommentForComparedCommitRequest.builder() |
PostCommentForComparedCommitRequest.Builder |
PostCommentForComparedCommitRequest.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.
|
PostCommentForComparedCommitRequest.Builder |
PostCommentForComparedCommitRequest.Builder.content(String content)
The content of the comment you want to make.
|
default PostCommentForComparedCommitRequest.Builder |
PostCommentForComparedCommitRequest.Builder.location(Consumer<Location.Builder> location)
The location of the comparison where you want to comment.
|
PostCommentForComparedCommitRequest.Builder |
PostCommentForComparedCommitRequest.Builder.location(Location location)
The location of the comparison where you want to comment.
|
PostCommentForComparedCommitRequest.Builder |
PostCommentForComparedCommitRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PostCommentForComparedCommitRequest.Builder |
PostCommentForComparedCommitRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PostCommentForComparedCommitRequest.Builder |
PostCommentForComparedCommitRequest.Builder.repositoryName(String repositoryName)
The name of the repository where you want to post a comment on the comparison between commits.
|
PostCommentForComparedCommitRequest.Builder |
PostCommentForComparedCommitRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PostCommentForComparedCommitRequest.Builder> |
PostCommentForComparedCommitRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.