| Package | Description |
|---|---|
| software.amazon.awssdk.services.mturk |
|
| software.amazon.awssdk.services.mturk.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListWorkerBlocksResponse |
MTurkClient.listWorkerBlocks()
The
ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your
HITs. |
default ListWorkerBlocksResponse |
MTurkClient.listWorkerBlocks(Consumer<ListWorkerBlocksRequest.Builder> listWorkerBlocksRequest)
The
ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your
HITs. |
default ListWorkerBlocksResponse |
MTurkClient.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 |
|---|---|
default CompletableFuture<ListWorkerBlocksResponse> |
MTurkAsyncClient.listWorkerBlocks()
The
ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your
HITs. |
default CompletableFuture<ListWorkerBlocksResponse> |
MTurkAsyncClient.listWorkerBlocks(Consumer<ListWorkerBlocksRequest.Builder> listWorkerBlocksRequest)
The
ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your
HITs. |
default CompletableFuture<ListWorkerBlocksResponse> |
MTurkAsyncClient.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 |
|---|---|
Iterator<ListWorkerBlocksResponse> |
ListWorkerBlocksIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkerBlocksPublisher.subscribe(org.reactivestreams.Subscriber<? super ListWorkerBlocksResponse> subscriber) |
Copyright © 2023. All rights reserved.