| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| software.amazon.awssdk.services.codecommit.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetCommentsForComparedCommitResponse |
CodeCommitClient.getCommentsForComparedCommit(Consumer<GetCommentsForComparedCommitRequest.Builder> getCommentsForComparedCommitRequest)
Returns information about comments made on the comparison between two commits.
|
default GetCommentsForComparedCommitResponse |
CodeCommitClient.getCommentsForComparedCommit(GetCommentsForComparedCommitRequest getCommentsForComparedCommitRequest)
Returns information about comments made on the comparison between two commits.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetCommentsForComparedCommitResponse> |
CodeCommitAsyncClient.getCommentsForComparedCommit(Consumer<GetCommentsForComparedCommitRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetCommentsForComparedCommitResponse> |
GetCommentsForComparedCommitIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetCommentsForComparedCommitPublisher.subscribe(org.reactivestreams.Subscriber<? super GetCommentsForComparedCommitResponse> subscriber) |
Copyright © 2022. All rights reserved.