Uses of Class
software.amazon.awssdk.services.mturk.model.WorkerBlock
-
Packages that use WorkerBlock Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of WorkerBlock in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return types with arguments of type WorkerBlock Modifier and Type Method Description List<WorkerBlock>ListWorkerBlocksResponse. workerBlocks()The list of WorkerBlocks, containing the collection of Worker IDs and reasons for blocking.Methods in software.amazon.awssdk.services.mturk.model with parameters of type WorkerBlock Modifier and Type Method Description ListWorkerBlocksResponse.BuilderListWorkerBlocksResponse.Builder. workerBlocks(WorkerBlock... workerBlocks)The list of WorkerBlocks, containing the collection of Worker IDs and reasons for blocking.Method parameters in software.amazon.awssdk.services.mturk.model with type arguments of type WorkerBlock Modifier and Type Method Description ListWorkerBlocksResponse.BuilderListWorkerBlocksResponse.Builder. workerBlocks(Collection<WorkerBlock> workerBlocks)The list of WorkerBlocks, containing the collection of Worker IDs and reasons for blocking.
-