| 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 GetCommentReactionsResponse |
CodeCommitClient.getCommentReactions(GetCommentReactionsRequest 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.
|
default GetCommentReactionsIterable |
CodeCommitClient.getCommentReactionsPaginator(GetCommentReactionsRequest getCommentReactionsRequest)
Returns information about reactions to a specified comment ID.
|
default GetCommentReactionsPublisher |
CodeCommitAsyncClient.getCommentReactionsPaginator(GetCommentReactionsRequest getCommentReactionsRequest)
Returns information about reactions to a specified comment ID.
|
| Constructor and Description |
|---|
GetCommentReactionsIterable(CodeCommitClient client,
GetCommentReactionsRequest firstRequest) |
GetCommentReactionsPublisher(CodeCommitAsyncClient client,
GetCommentReactionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetCommentReactionsRequestMarshaller.marshall(GetCommentReactionsRequest getCommentReactionsRequest) |
Copyright © 2021. All rights reserved.