| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
ReactionValueFormats |
ReactionValueFormats.clone() |
ReactionValueFormats |
ReactionForComment.getReaction()
The reaction for a specified comment.
|
ReactionValueFormats |
ReactionValueFormats.withEmoji(String emoji)
The Emoji Version 1.0 graphic of the reaction.
|
ReactionValueFormats |
ReactionValueFormats.withShortCode(String shortCode)
The emoji short code for the reaction.
|
ReactionValueFormats |
ReactionValueFormats.withUnicode(String unicode)
The Unicode codepoint for the reaction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReactionForComment.setReaction(ReactionValueFormats reaction)
The reaction for a specified comment.
|
ReactionForComment |
ReactionForComment.withReaction(ReactionValueFormats reaction)
The reaction for a specified comment.
|
Copyright © 2024. All rights reserved.