| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer |
This section provides documentation for the Amazon CodeGuru Reviewer API operations.
|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationFeedbackResult |
AbstractAmazonCodeGuruReviewer.listRecommendationFeedback(ListRecommendationFeedbackRequest request) |
ListRecommendationFeedbackResult |
AmazonCodeGuruReviewer.listRecommendationFeedback(ListRecommendationFeedbackRequest listRecommendationFeedbackRequest)
Returns a list of RecommendationFeedbackSummary objects that contain customer recommendation feedback for all CodeGuru
Reviewer users.
|
ListRecommendationFeedbackResult |
AmazonCodeGuruReviewerClient.listRecommendationFeedback(ListRecommendationFeedbackRequest request)
Returns a list of RecommendationFeedbackSummary objects that contain customer recommendation feedback for all CodeGuru
Reviewer users.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationFeedbackResult |
ListRecommendationFeedbackResult.clone() |
ListRecommendationFeedbackResult |
ListRecommendationFeedbackResult.withNextToken(String nextToken)
If
nextToken is returned, there are more results available. |
ListRecommendationFeedbackResult |
ListRecommendationFeedbackResult.withRecommendationFeedbackSummaries(Collection<RecommendationFeedbackSummary> recommendationFeedbackSummaries)
Recommendation feedback summaries corresponding to the code review ARN.
|
ListRecommendationFeedbackResult |
ListRecommendationFeedbackResult.withRecommendationFeedbackSummaries(RecommendationFeedbackSummary... recommendationFeedbackSummaries)
Recommendation feedback summaries corresponding to the code review ARN.
|
Copyright © 2023. All rights reserved.