| Package | Description |
|---|---|
| software.amazon.awssdk.services.mturk |
|
| software.amazon.awssdk.services.mturk.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListReviewableHiTsResponse |
MTurkClient.listReviewableHITs()
The
ListReviewableHITs operation retrieves the HITs with Status equal to Reviewable or Status equal
to Reviewing that belong to the Requester calling the operation. |
default ListReviewableHiTsResponse |
MTurkClient.listReviewableHITs(Consumer<ListReviewableHiTsRequest.Builder> listReviewableHiTsRequest)
The
ListReviewableHITs operation retrieves the HITs with Status equal to Reviewable or Status equal
to Reviewing that belong to the Requester calling the operation. |
default ListReviewableHiTsResponse |
MTurkClient.listReviewableHITs(ListReviewableHiTsRequest listReviewableHiTsRequest)
The
ListReviewableHITs operation retrieves the HITs with Status equal to Reviewable or Status equal
to Reviewing that belong to the Requester calling the operation. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListReviewableHiTsResponse> |
MTurkAsyncClient.listReviewableHITs()
The
ListReviewableHITs operation 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)
The
ListReviewableHITs operation 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)
The
ListReviewableHITs operation retrieves the HITs with Status equal to Reviewable or Status equal
to Reviewing that belong to the Requester calling the operation. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListReviewableHiTsResponse> |
ListReviewableHITsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListReviewableHITsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListReviewableHiTsResponse> subscriber) |
Copyright © 2023. All rights reserved.