| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
RecommendationFeedbackSummary |
RecommendationFeedbackSummary.clone() |
RecommendationFeedbackSummary |
RecommendationFeedbackSummary.withReactions(Collection<String> reactions)
List for storing reactions.
|
RecommendationFeedbackSummary |
RecommendationFeedbackSummary.withReactions(Reaction... reactions)
List for storing reactions.
|
RecommendationFeedbackSummary |
RecommendationFeedbackSummary.withReactions(String... reactions)
List for storing reactions.
|
RecommendationFeedbackSummary |
RecommendationFeedbackSummary.withRecommendationId(String recommendationId)
The recommendation ID that can be used to track the provided recommendations.
|
RecommendationFeedbackSummary |
RecommendationFeedbackSummary.withUserId(String userId)
The ID of the user that gave the feedback.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecommendationFeedbackSummary> |
ListRecommendationFeedbackResult.getRecommendationFeedbackSummaries()
Recommendation feedback summaries corresponding to the code review ARN.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationFeedbackResult |
ListRecommendationFeedbackResult.withRecommendationFeedbackSummaries(RecommendationFeedbackSummary... recommendationFeedbackSummaries)
Recommendation feedback summaries corresponding to the code review ARN.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecommendationFeedbackResult.setRecommendationFeedbackSummaries(Collection<RecommendationFeedbackSummary> recommendationFeedbackSummaries)
Recommendation feedback summaries corresponding to the code review ARN.
|
ListRecommendationFeedbackResult |
ListRecommendationFeedbackResult.withRecommendationFeedbackSummaries(Collection<RecommendationFeedbackSummary> recommendationFeedbackSummaries)
Recommendation feedback summaries corresponding to the code review ARN.
|
Copyright © 2024. All rights reserved.