| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| software.amazon.awssdk.services.codecommit.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetCommentReactionsResponse |
CodeCommitClient.getCommentReactions(Consumer<GetCommentReactionsRequest.Builder> getCommentReactionsRequest)
Returns information about reactions to a specified comment ID.
|
default GetCommentReactionsResponse |
CodeCommitClient.getCommentReactions(GetCommentReactionsRequest getCommentReactionsRequest)
Returns information about reactions to a specified comment ID.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetCommentReactionsResponse> |
CodeCommitAsyncClient.getCommentReactions(Consumer<GetCommentReactionsRequest.Builder> getCommentReactionsRequest)
Returns information about reactions to a specified comment ID.
|
default CompletableFuture<GetCommentReactionsResponse> |
CodeCommitAsyncClient.getCommentReactions(GetCommentReactionsRequest getCommentReactionsRequest)
Returns information about reactions to a specified comment ID.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetCommentReactionsResponse> |
GetCommentReactionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetCommentReactionsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetCommentReactionsResponse> subscriber) |
Copyright © 2021. All rights reserved.