Uses of Class
software.amazon.awssdk.services.mturk.model.ListWorkerBlocksResponse
-
Packages that use ListWorkerBlocksResponse Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference software.amazon.awssdk.services.mturk.paginators -
-
Uses of ListWorkerBlocksResponse in software.amazon.awssdk.services.mturk
Methods in software.amazon.awssdk.services.mturk that return ListWorkerBlocksResponse Modifier and Type Method Description default ListWorkerBlocksResponseMTurkClient. listWorkerBlocks()TheListWorkersBlocksoperation retrieves a list of Workers who are blocked from working on your HITs.default ListWorkerBlocksResponseMTurkClient. listWorkerBlocks(Consumer<ListWorkerBlocksRequest.Builder> 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.Methods in software.amazon.awssdk.services.mturk that return types with arguments of type ListWorkerBlocksResponse Modifier and Type Method Description default CompletableFuture<ListWorkerBlocksResponse>MTurkAsyncClient. listWorkerBlocks()TheListWorkersBlocksoperation retrieves a list of Workers who are blocked from working on your HITs.default CompletableFuture<ListWorkerBlocksResponse>MTurkAsyncClient. listWorkerBlocks(Consumer<ListWorkerBlocksRequest.Builder> listWorkerBlocksRequest)TheListWorkersBlocksoperation retrieves a list of Workers who are blocked from working on your HITs.default CompletableFuture<ListWorkerBlocksResponse>MTurkAsyncClient. listWorkerBlocks(ListWorkerBlocksRequest listWorkerBlocksRequest)TheListWorkersBlocksoperation retrieves a list of Workers who are blocked from working on your HITs. -
Uses of ListWorkerBlocksResponse in software.amazon.awssdk.services.mturk.paginators
Methods in software.amazon.awssdk.services.mturk.paginators that return types with arguments of type ListWorkerBlocksResponse Modifier and Type Method Description Iterator<ListWorkerBlocksResponse>ListWorkerBlocksIterable. iterator()Method parameters in software.amazon.awssdk.services.mturk.paginators with type arguments of type ListWorkerBlocksResponse Modifier and Type Method Description voidListWorkerBlocksPublisher. subscribe(org.reactivestreams.Subscriber<? super ListWorkerBlocksResponse> subscriber)
-