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