| Package | Description |
|---|---|
| com.amazonaws.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
WorkerBlock |
WorkerBlock.clone() |
WorkerBlock |
WorkerBlock.withReason(String reason)
A message explaining the reason the Worker was blocked.
|
WorkerBlock |
WorkerBlock.withWorkerId(String workerId)
The ID of the Worker who accepted the HIT.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkerBlock> |
ListWorkerBlocksResult.getWorkerBlocks()
The list of WorkerBlocks, containing the collection of Worker IDs and reasons for blocking.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkerBlocksResult |
ListWorkerBlocksResult.withWorkerBlocks(WorkerBlock... workerBlocks)
The list of WorkerBlocks, containing the collection of Worker IDs and reasons for blocking.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkerBlocksResult.setWorkerBlocks(Collection<WorkerBlock> workerBlocks)
The list of WorkerBlocks, containing the collection of Worker IDs and reasons for blocking.
|
ListWorkerBlocksResult |
ListWorkerBlocksResult.withWorkerBlocks(Collection<WorkerBlock> workerBlocks)
The list of WorkerBlocks, containing the collection of Worker IDs and reasons for blocking.
|
Copyright © 2020. All rights reserved.