| Package | Description |
|---|---|
| software.amazon.awssdk.services.mturk |
|
| software.amazon.awssdk.services.mturk.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAssignmentsForHitResponse |
MTurkClient.listAssignmentsForHIT(Consumer<ListAssignmentsForHitRequest.Builder> listAssignmentsForHitRequest)
The
ListAssignmentsForHIT operation retrieves completed assignments for a HIT. |
default ListAssignmentsForHitResponse |
MTurkClient.listAssignmentsForHIT(ListAssignmentsForHitRequest listAssignmentsForHitRequest)
The
ListAssignmentsForHIT operation retrieves completed assignments for a HIT. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAssignmentsForHitResponse> |
MTurkAsyncClient.listAssignmentsForHIT(Consumer<ListAssignmentsForHitRequest.Builder> listAssignmentsForHitRequest)
The
ListAssignmentsForHIT operation retrieves completed assignments for a HIT. |
default CompletableFuture<ListAssignmentsForHitResponse> |
MTurkAsyncClient.listAssignmentsForHIT(ListAssignmentsForHitRequest listAssignmentsForHitRequest)
The
ListAssignmentsForHIT operation retrieves completed assignments for a HIT. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAssignmentsForHitResponse> |
ListAssignmentsForHITIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssignmentsForHITPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAssignmentsForHitResponse> subscriber) |
Copyright © 2023. All rights reserved.