| Package | Description |
|---|---|
| software.amazon.awssdk.services.codegurureviewer |
This section provides documentation for the Amazon CodeGuru Reviewer API operations.
|
| software.amazon.awssdk.services.codegurureviewer.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListRecommendationFeedbackResponse |
CodeGuruReviewerClient.listRecommendationFeedback(Consumer<ListRecommendationFeedbackRequest.Builder> listRecommendationFeedbackRequest)
Returns a list of RecommendationFeedbackSummary objects that contain customer recommendation feedback for all CodeGuru
Reviewer users.
|
default ListRecommendationFeedbackResponse |
CodeGuruReviewerClient.listRecommendationFeedback(ListRecommendationFeedbackRequest listRecommendationFeedbackRequest)
Returns a list of RecommendationFeedbackSummary objects that contain customer recommendation feedback for all CodeGuru
Reviewer users.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRecommendationFeedbackResponse> |
CodeGuruReviewerAsyncClient.listRecommendationFeedback(Consumer<ListRecommendationFeedbackRequest.Builder> listRecommendationFeedbackRequest)
Returns a list of RecommendationFeedbackSummary objects that contain customer recommendation feedback for all CodeGuru
Reviewer users.
|
default CompletableFuture<ListRecommendationFeedbackResponse> |
CodeGuruReviewerAsyncClient.listRecommendationFeedback(ListRecommendationFeedbackRequest listRecommendationFeedbackRequest)
Returns a list of RecommendationFeedbackSummary objects that contain customer recommendation feedback for all CodeGuru
Reviewer users.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRecommendationFeedbackResponse> |
ListRecommendationFeedbackIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecommendationFeedbackPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRecommendationFeedbackResponse> subscriber) |
Copyright © 2023. All rights reserved.