| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static ReactionForComment.Builder |
ReactionForComment.builder() |
default ReactionForComment.Builder |
ReactionForComment.Builder.reaction(Consumer<ReactionValueFormats.Builder> reaction)
The reaction for a specified comment.
|
ReactionForComment.Builder |
ReactionForComment.Builder.reaction(ReactionValueFormats reaction)
The reaction for a specified comment.
|
ReactionForComment.Builder |
ReactionForComment.Builder.reactionsFromDeletedUsersCount(Integer reactionsFromDeletedUsersCount)
A numerical count of users who reacted with the specified emoji whose identities have been subsequently
deleted from IAM.
|
ReactionForComment.Builder |
ReactionForComment.Builder.reactionUsers(Collection<String> reactionUsers)
The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.
|
ReactionForComment.Builder |
ReactionForComment.Builder.reactionUsers(String... reactionUsers)
The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.
|
ReactionForComment.Builder |
ReactionForComment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReactionForComment.Builder> |
ReactionForComment.serializableBuilderClass() |
Copyright © 2022. All rights reserved.