Uses of Class
software.amazon.awssdk.services.mturk.model.ListWorkerBlocksRequest
-
Packages that use ListWorkerBlocksRequest Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference software.amazon.awssdk.services.mturk.paginators software.amazon.awssdk.services.mturk.transform -
-
Uses of ListWorkerBlocksRequest in software.amazon.awssdk.services.mturk
Methods in software.amazon.awssdk.services.mturk with parameters of type ListWorkerBlocksRequest Modifier and Type Method Description default CompletableFuture<ListWorkerBlocksResponse>MTurkAsyncClient. listWorkerBlocks(ListWorkerBlocksRequest listWorkerBlocksRequest)TheListWorkersBlocksoperation retrieves a list of Workers who are blocked from working on your HITs.default ListWorkerBlocksResponseMTurkClient. listWorkerBlocks(ListWorkerBlocksRequest listWorkerBlocksRequest)TheListWorkersBlocksoperation retrieves a list of Workers who are blocked from working on your HITs.default ListWorkerBlocksPublisherMTurkAsyncClient. listWorkerBlocksPaginator(ListWorkerBlocksRequest listWorkerBlocksRequest)This is a variant ofMTurkAsyncClient.listWorkerBlocks(software.amazon.awssdk.services.mturk.model.ListWorkerBlocksRequest)operation.default ListWorkerBlocksIterableMTurkClient. listWorkerBlocksPaginator(ListWorkerBlocksRequest listWorkerBlocksRequest)This is a variant ofMTurkClient.listWorkerBlocks(software.amazon.awssdk.services.mturk.model.ListWorkerBlocksRequest)operation. -
Uses of ListWorkerBlocksRequest in software.amazon.awssdk.services.mturk.paginators
Constructors in software.amazon.awssdk.services.mturk.paginators with parameters of type ListWorkerBlocksRequest Constructor Description ListWorkerBlocksIterable(MTurkClient client, ListWorkerBlocksRequest firstRequest)ListWorkerBlocksPublisher(MTurkAsyncClient client, ListWorkerBlocksRequest firstRequest) -
Uses of ListWorkerBlocksRequest in software.amazon.awssdk.services.mturk.transform
Methods in software.amazon.awssdk.services.mturk.transform with parameters of type ListWorkerBlocksRequest Modifier and Type Method Description SdkHttpFullRequestListWorkerBlocksRequestMarshaller. marshall(ListWorkerBlocksRequest listWorkerBlocksRequest)
-