| 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 |
|---|---|
ListRecommendationFeedbackRequest |
ListRecommendationFeedbackRequest.clone() |
ListRecommendationFeedbackRequest |
ListRecommendationFeedbackRequest.withCodeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) that identifies the code review.
|
ListRecommendationFeedbackRequest |
ListRecommendationFeedbackRequest.withMaxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
ListRecommendationFeedbackRequest |
ListRecommendationFeedbackRequest.withNextToken(String nextToken)
If nextToken is returned, there are more results available.
|
ListRecommendationFeedbackRequest |
ListRecommendationFeedbackRequest.withRecommendationIds(Collection<String> recommendationIds)
Filter on recommendationIds that need to be applied before displaying the result.
|
ListRecommendationFeedbackRequest |
ListRecommendationFeedbackRequest.withRecommendationIds(String... recommendationIds)
Filter on recommendationIds that need to be applied before displaying the result.
|
ListRecommendationFeedbackRequest |
ListRecommendationFeedbackRequest.withUserIds(Collection<String> userIds)
Filter on userIds that need to be applied before displaying the result.
|
ListRecommendationFeedbackRequest |
ListRecommendationFeedbackRequest.withUserIds(String... userIds)
Filter on userIds that need to be applied before displaying the result.
|
Copyright © 2020. All rights reserved.