| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| Modifier and Type | Method and Description |
|---|---|
default PostCommentForComparedCommitResponse |
CodeCommitClient.postCommentForComparedCommit(Consumer<PostCommentForComparedCommitRequest.Builder> postCommentForComparedCommitRequest)
Posts a comment on the comparison between two commits.
|
default PostCommentForComparedCommitResponse |
CodeCommitClient.postCommentForComparedCommit(PostCommentForComparedCommitRequest postCommentForComparedCommitRequest)
Posts a comment on the comparison between two commits.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PostCommentForComparedCommitResponse> |
CodeCommitAsyncClient.postCommentForComparedCommit(Consumer<PostCommentForComparedCommitRequest.Builder> postCommentForComparedCommitRequest)
Posts a comment on the comparison between two commits.
|
default CompletableFuture<PostCommentForComparedCommitResponse> |
CodeCommitAsyncClient.postCommentForComparedCommit(PostCommentForComparedCommitRequest postCommentForComparedCommitRequest)
Posts a comment on the comparison between two commits.
|
Copyright © 2023. All rights reserved.