| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static GetCommentReactionsResponse.Builder |
GetCommentReactionsResponse.builder() |
GetCommentReactionsResponse.Builder |
GetCommentReactionsResponse.Builder.nextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
GetCommentReactionsResponse.Builder |
GetCommentReactionsResponse.Builder.reactionsForComment(Collection<ReactionForComment> reactionsForComment)
An array of reactions to the specified comment.
|
GetCommentReactionsResponse.Builder |
GetCommentReactionsResponse.Builder.reactionsForComment(Consumer<ReactionForComment.Builder>... reactionsForComment)
An array of reactions to the specified comment.
|
GetCommentReactionsResponse.Builder |
GetCommentReactionsResponse.Builder.reactionsForComment(ReactionForComment... reactionsForComment)
An array of reactions to the specified comment.
|
GetCommentReactionsResponse.Builder |
GetCommentReactionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetCommentReactionsResponse.Builder> |
GetCommentReactionsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.