| Package | Description |
|---|---|
| software.amazon.awssdk.services.mturk |
|
| software.amazon.awssdk.services.mturk.paginators | |
| software.amazon.awssdk.services.mturk.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListWorkerBlocksResponse> |
MTurkAsyncClient.listWorkerBlocks(ListWorkerBlocksRequest listWorkerBlocksRequest)
The
ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your
HITs. |
default ListWorkerBlocksResponse |
MTurkClient.listWorkerBlocks(ListWorkerBlocksRequest listWorkerBlocksRequest)
The
ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your
HITs. |
default ListWorkerBlocksPublisher |
MTurkAsyncClient.listWorkerBlocksPaginator(ListWorkerBlocksRequest listWorkerBlocksRequest)
The
ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your
HITs. |
default ListWorkerBlocksIterable |
MTurkClient.listWorkerBlocksPaginator(ListWorkerBlocksRequest listWorkerBlocksRequest)
The
ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your
HITs. |
| Constructor and Description |
|---|
ListWorkerBlocksIterable(MTurkClient client,
ListWorkerBlocksRequest firstRequest) |
ListWorkerBlocksPublisher(MTurkAsyncClient client,
ListWorkerBlocksRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListWorkerBlocksRequestMarshaller.marshall(ListWorkerBlocksRequest listWorkerBlocksRequest) |
Copyright © 2023. All rights reserved.