| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| software.amazon.awssdk.services.codecommit.paginators | |
| software.amazon.awssdk.services.codecommit.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetCommentsForComparedCommitResponse |
CodeCommitClient.getCommentsForComparedCommit(GetCommentsForComparedCommitRequest getCommentsForComparedCommitRequest)
Returns information about comments made on the comparison between two commits.
|
default CompletableFuture<GetCommentsForComparedCommitResponse> |
CodeCommitAsyncClient.getCommentsForComparedCommit(GetCommentsForComparedCommitRequest getCommentsForComparedCommitRequest)
Returns information about comments made on the comparison between two commits.
|
default GetCommentsForComparedCommitIterable |
CodeCommitClient.getCommentsForComparedCommitPaginator(GetCommentsForComparedCommitRequest getCommentsForComparedCommitRequest)
Returns information about comments made on the comparison between two commits.
|
default GetCommentsForComparedCommitPublisher |
CodeCommitAsyncClient.getCommentsForComparedCommitPaginator(GetCommentsForComparedCommitRequest getCommentsForComparedCommitRequest)
Returns information about comments made on the comparison between two commits.
|
| Constructor and Description |
|---|
GetCommentsForComparedCommitIterable(CodeCommitClient client,
GetCommentsForComparedCommitRequest firstRequest) |
GetCommentsForComparedCommitPublisher(CodeCommitAsyncClient client,
GetCommentsForComparedCommitRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetCommentsForComparedCommitRequestMarshaller.marshall(GetCommentsForComparedCommitRequest getCommentsForComparedCommitRequest) |
Copyright © 2022. All rights reserved.