Uses of Interface
software.amazon.awssdk.services.codegurureviewer.model.ListRecommendationFeedbackRequest.Builder
-
Packages that use ListRecommendationFeedbackRequest.Builder Package Description software.amazon.awssdk.services.codegurureviewer This section provides documentation for the Amazon CodeGuru Reviewer API operations.software.amazon.awssdk.services.codegurureviewer.model -
-
Uses of ListRecommendationFeedbackRequest.Builder in software.amazon.awssdk.services.codegurureviewer
Method parameters in software.amazon.awssdk.services.codegurureviewer with type arguments of type ListRecommendationFeedbackRequest.Builder Modifier and Type Method 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 ListRecommendationFeedbackResponseCodeGuruReviewerClient. listRecommendationFeedback(Consumer<ListRecommendationFeedbackRequest.Builder> listRecommendationFeedbackRequest)Returns a list of RecommendationFeedbackSummary objects that contain customer recommendation feedback for all CodeGuru Reviewer users.default ListRecommendationFeedbackPublisherCodeGuruReviewerAsyncClient. listRecommendationFeedbackPaginator(Consumer<ListRecommendationFeedbackRequest.Builder> listRecommendationFeedbackRequest)Returns a list of RecommendationFeedbackSummary objects that contain customer recommendation feedback for all CodeGuru Reviewer users.default ListRecommendationFeedbackIterableCodeGuruReviewerClient. listRecommendationFeedbackPaginator(Consumer<ListRecommendationFeedbackRequest.Builder> listRecommendationFeedbackRequest)Returns a list of RecommendationFeedbackSummary objects that contain customer recommendation feedback for all CodeGuru Reviewer users. -
Uses of ListRecommendationFeedbackRequest.Builder in software.amazon.awssdk.services.codegurureviewer.model
Methods in software.amazon.awssdk.services.codegurureviewer.model that return ListRecommendationFeedbackRequest.Builder Modifier and Type Method Description static ListRecommendationFeedbackRequest.BuilderListRecommendationFeedbackRequest. builder()ListRecommendationFeedbackRequest.BuilderListRecommendationFeedbackRequest.Builder. codeReviewArn(String codeReviewArn)The Amazon Resource Name (ARN) of the CodeReview object.ListRecommendationFeedbackRequest.BuilderListRecommendationFeedbackRequest.Builder. maxResults(Integer maxResults)The maximum number of results that are returned per call.ListRecommendationFeedbackRequest.BuilderListRecommendationFeedbackRequest.Builder. nextToken(String nextToken)IfnextTokenis returned, there are more results available.ListRecommendationFeedbackRequest.BuilderListRecommendationFeedbackRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRecommendationFeedbackRequest.BuilderListRecommendationFeedbackRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRecommendationFeedbackRequest.BuilderListRecommendationFeedbackRequest.Builder. recommendationIds(String... recommendationIds)Used to query the recommendation feedback for a given recommendation.ListRecommendationFeedbackRequest.BuilderListRecommendationFeedbackRequest.Builder. recommendationIds(Collection<String> recommendationIds)Used to query the recommendation feedback for a given recommendation.ListRecommendationFeedbackRequest.BuilderListRecommendationFeedbackRequest. toBuilder()ListRecommendationFeedbackRequest.BuilderListRecommendationFeedbackRequest.Builder. userIds(String... userIds)An Amazon Web Services user's account ID or Amazon Resource Name (ARN).ListRecommendationFeedbackRequest.BuilderListRecommendationFeedbackRequest.Builder. userIds(Collection<String> userIds)An Amazon Web Services user's account ID or Amazon Resource Name (ARN).Methods in software.amazon.awssdk.services.codegurureviewer.model that return types with arguments of type ListRecommendationFeedbackRequest.Builder Modifier and Type Method Description static Class<? extends ListRecommendationFeedbackRequest.Builder>ListRecommendationFeedbackRequest. serializableBuilderClass()
-