Uses of Class
software.amazon.awssdk.services.mturk.model.ReviewResultDetail
-
Packages that use ReviewResultDetail Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of ReviewResultDetail in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return types with arguments of type ReviewResultDetail Modifier and Type Method Description List<ReviewResultDetail>ReviewReport. reviewResults()A list of ReviewResults objects for each action specified in the Review Policy.Methods in software.amazon.awssdk.services.mturk.model with parameters of type ReviewResultDetail Modifier and Type Method Description ReviewReport.BuilderReviewReport.Builder. reviewResults(ReviewResultDetail... reviewResults)A list of ReviewResults objects for each action specified in the Review Policy.Method parameters in software.amazon.awssdk.services.mturk.model with type arguments of type ReviewResultDetail Modifier and Type Method Description ReviewReport.BuilderReviewReport.Builder. reviewResults(Collection<ReviewResultDetail> reviewResults)A list of ReviewResults objects for each action specified in the Review Policy.
-