| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
ReactionForComment |
ReactionForComment.clone() |
ReactionForComment |
ReactionForComment.withReaction(ReactionValueFormats reaction)
The reaction for a specified comment.
|
ReactionForComment |
ReactionForComment.withReactionsFromDeletedUsersCount(Integer reactionsFromDeletedUsersCount)
A numerical count of users who reacted with the specified emoji whose identities have been subsequently deleted
from IAM.
|
ReactionForComment |
ReactionForComment.withReactionUsers(Collection<String> reactionUsers)
The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.
|
ReactionForComment |
ReactionForComment.withReactionUsers(String... reactionUsers)
The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReactionForComment> |
GetCommentReactionsResult.getReactionsForComment()
An array of reactions to the specified comment.
|
| Modifier and Type | Method and Description |
|---|---|
GetCommentReactionsResult |
GetCommentReactionsResult.withReactionsForComment(ReactionForComment... reactionsForComment)
An array of reactions to the specified comment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCommentReactionsResult.setReactionsForComment(Collection<ReactionForComment> reactionsForComment)
An array of reactions to the specified comment.
|
GetCommentReactionsResult |
GetCommentReactionsResult.withReactionsForComment(Collection<ReactionForComment> reactionsForComment)
An array of reactions to the specified comment.
|
Copyright © 2022. All rights reserved.