| Package | Description |
|---|---|
| com.amazonaws.services.mturk |
|
| com.amazonaws.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
ListWorkerBlocksResult |
AbstractAmazonMTurk.listWorkerBlocks(ListWorkerBlocksRequest request) |
ListWorkerBlocksResult |
AmazonMTurkClient.listWorkerBlocks(ListWorkerBlocksRequest request)
The
ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your
HITs. |
ListWorkerBlocksResult |
AmazonMTurk.listWorkerBlocks(ListWorkerBlocksRequest listWorkerBlocksRequest)
The
ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your
HITs. |
| Modifier and Type | Method and Description |
|---|---|
Future<ListWorkerBlocksResult> |
AbstractAmazonMTurkAsync.listWorkerBlocksAsync(ListWorkerBlocksRequest request,
AsyncHandler<ListWorkerBlocksRequest,ListWorkerBlocksResult> asyncHandler) |
Future<ListWorkerBlocksResult> |
AmazonMTurkAsyncClient.listWorkerBlocksAsync(ListWorkerBlocksRequest request,
AsyncHandler<ListWorkerBlocksRequest,ListWorkerBlocksResult> asyncHandler) |
Future<ListWorkerBlocksResult> |
AmazonMTurkAsync.listWorkerBlocksAsync(ListWorkerBlocksRequest listWorkerBlocksRequest,
AsyncHandler<ListWorkerBlocksRequest,ListWorkerBlocksResult> asyncHandler)
The
ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your
HITs. |
| Modifier and Type | Method and Description |
|---|---|
ListWorkerBlocksResult |
ListWorkerBlocksResult.clone() |
ListWorkerBlocksResult |
ListWorkerBlocksResult.withNextToken(String nextToken) |
ListWorkerBlocksResult |
ListWorkerBlocksResult.withNumResults(Integer numResults)
The number of assignments on the page in the filtered results list, equivalent to the number of assignments
returned by this call.
|
ListWorkerBlocksResult |
ListWorkerBlocksResult.withWorkerBlocks(Collection<WorkerBlock> workerBlocks)
The list of WorkerBlocks, containing the collection of Worker IDs and reasons for blocking.
|
ListWorkerBlocksResult |
ListWorkerBlocksResult.withWorkerBlocks(WorkerBlock... workerBlocks)
The list of WorkerBlocks, containing the collection of Worker IDs and reasons for blocking.
|
Copyright © 2023. All rights reserved.