| Package | Description |
|---|---|
| software.amazon.awssdk.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
static Reaction |
Reaction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Reaction |
Reaction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Reaction[] |
Reaction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Reaction> |
Reaction.knownValues()
|
List<Reaction> |
PutRecommendationFeedbackRequest.reactions()
List for storing reactions.
|
List<Reaction> |
RecommendationFeedback.reactions()
List for storing reactions.
|
List<Reaction> |
RecommendationFeedbackSummary.reactions()
List for storing reactions.
|
| Modifier and Type | Method and Description |
|---|---|
PutRecommendationFeedbackRequest.Builder |
PutRecommendationFeedbackRequest.Builder.reactions(Reaction... reactions)
List for storing reactions.
|
RecommendationFeedback.Builder |
RecommendationFeedback.Builder.reactions(Reaction... reactions)
List for storing reactions.
|
RecommendationFeedbackSummary.Builder |
RecommendationFeedbackSummary.Builder.reactions(Reaction... reactions)
List for storing reactions.
|
| Modifier and Type | Method and Description |
|---|---|
PutRecommendationFeedbackRequest.Builder |
PutRecommendationFeedbackRequest.Builder.reactions(Collection<Reaction> reactions)
List for storing reactions.
|
RecommendationFeedback.Builder |
RecommendationFeedback.Builder.reactions(Collection<Reaction> reactions)
List for storing reactions.
|
RecommendationFeedbackSummary.Builder |
RecommendationFeedbackSummary.Builder.reactions(Collection<Reaction> reactions)
List for storing reactions.
|
Copyright © 2021. All rights reserved.