Uses of Class
software.amazon.awssdk.services.mturk.model.ListReviewableHiTsResponse
-
Packages that use ListReviewableHiTsResponse Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference software.amazon.awssdk.services.mturk.paginators -
-
Uses of ListReviewableHiTsResponse in software.amazon.awssdk.services.mturk
Methods in software.amazon.awssdk.services.mturk that return ListReviewableHiTsResponse Modifier and Type Method Description default ListReviewableHiTsResponseMTurkClient. listReviewableHITs()TheListReviewableHITsoperation retrieves the HITs with Status equal to Reviewable or Status equal to Reviewing that belong to the Requester calling the operation.default ListReviewableHiTsResponseMTurkClient. listReviewableHITs(Consumer<ListReviewableHiTsRequest.Builder> listReviewableHiTsRequest)TheListReviewableHITsoperation retrieves the HITs with Status equal to Reviewable or Status equal to Reviewing that belong to the Requester calling the operation.default ListReviewableHiTsResponseMTurkClient. listReviewableHITs(ListReviewableHiTsRequest listReviewableHiTsRequest)TheListReviewableHITsoperation retrieves the HITs with Status equal to Reviewable or Status equal to Reviewing that belong to the Requester calling the operation.Methods in software.amazon.awssdk.services.mturk that return types with arguments of type ListReviewableHiTsResponse Modifier and Type Method Description default CompletableFuture<ListReviewableHiTsResponse>MTurkAsyncClient. listReviewableHITs()TheListReviewableHITsoperation retrieves the HITs with Status equal to Reviewable or Status equal to Reviewing that belong to the Requester calling the operation.default CompletableFuture<ListReviewableHiTsResponse>MTurkAsyncClient. listReviewableHITs(Consumer<ListReviewableHiTsRequest.Builder> listReviewableHiTsRequest)TheListReviewableHITsoperation retrieves the HITs with Status equal to Reviewable or Status equal to Reviewing that belong to the Requester calling the operation.default CompletableFuture<ListReviewableHiTsResponse>MTurkAsyncClient. listReviewableHITs(ListReviewableHiTsRequest listReviewableHiTsRequest)TheListReviewableHITsoperation retrieves the HITs with Status equal to Reviewable or Status equal to Reviewing that belong to the Requester calling the operation. -
Uses of ListReviewableHiTsResponse in software.amazon.awssdk.services.mturk.paginators
Methods in software.amazon.awssdk.services.mturk.paginators that return types with arguments of type ListReviewableHiTsResponse Modifier and Type Method Description Iterator<ListReviewableHiTsResponse>ListReviewableHITsIterable. iterator()Method parameters in software.amazon.awssdk.services.mturk.paginators with type arguments of type ListReviewableHiTsResponse Modifier and Type Method Description voidListReviewableHITsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListReviewableHiTsResponse> subscriber)
-