Uses of Class
software.amazon.awssdk.services.mturk.model.ListReviewPolicyResultsForHitResponse
-
Packages that use ListReviewPolicyResultsForHitResponse Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference software.amazon.awssdk.services.mturk.paginators -
-
Uses of ListReviewPolicyResultsForHitResponse in software.amazon.awssdk.services.mturk
Methods in software.amazon.awssdk.services.mturk that return ListReviewPolicyResultsForHitResponse Modifier and Type Method Description default ListReviewPolicyResultsForHitResponseMTurkClient. listReviewPolicyResultsForHIT(Consumer<ListReviewPolicyResultsForHitRequest.Builder> listReviewPolicyResultsForHitRequest)TheListReviewPolicyResultsForHIToperation retrieves the computed results and the actions taken in the course of executing your Review Policies for a given HIT.default ListReviewPolicyResultsForHitResponseMTurkClient. listReviewPolicyResultsForHIT(ListReviewPolicyResultsForHitRequest listReviewPolicyResultsForHitRequest)TheListReviewPolicyResultsForHIToperation retrieves the computed results and the actions taken in the course of executing your Review Policies for a given HIT.Methods in software.amazon.awssdk.services.mturk that return types with arguments of type ListReviewPolicyResultsForHitResponse Modifier and Type Method Description default CompletableFuture<ListReviewPolicyResultsForHitResponse>MTurkAsyncClient. listReviewPolicyResultsForHIT(Consumer<ListReviewPolicyResultsForHitRequest.Builder> listReviewPolicyResultsForHitRequest)TheListReviewPolicyResultsForHIToperation retrieves the computed results and the actions taken in the course of executing your Review Policies for a given HIT.default CompletableFuture<ListReviewPolicyResultsForHitResponse>MTurkAsyncClient. listReviewPolicyResultsForHIT(ListReviewPolicyResultsForHitRequest listReviewPolicyResultsForHitRequest)TheListReviewPolicyResultsForHIToperation retrieves the computed results and the actions taken in the course of executing your Review Policies for a given HIT. -
Uses of ListReviewPolicyResultsForHitResponse in software.amazon.awssdk.services.mturk.paginators
Methods in software.amazon.awssdk.services.mturk.paginators that return types with arguments of type ListReviewPolicyResultsForHitResponse Modifier and Type Method Description Iterator<ListReviewPolicyResultsForHitResponse>ListReviewPolicyResultsForHITIterable. iterator()Method parameters in software.amazon.awssdk.services.mturk.paginators with type arguments of type ListReviewPolicyResultsForHitResponse Modifier and Type Method Description voidListReviewPolicyResultsForHITPublisher. subscribe(org.reactivestreams.Subscriber<? super ListReviewPolicyResultsForHitResponse> subscriber)
-