| Package | Description |
|---|---|
| software.amazon.awssdk.services.mturk |
|
| software.amazon.awssdk.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
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 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 ListWorkerBlocksIterable |
MTurkClient.listWorkerBlocksPaginator(Consumer<ListWorkerBlocksRequest.Builder> listWorkerBlocksRequest)
The
ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your
HITs. |
default ListWorkerBlocksPublisher |
MTurkAsyncClient.listWorkerBlocksPaginator(Consumer<ListWorkerBlocksRequest.Builder> listWorkerBlocksRequest)
The
ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your
HITs. |
| Modifier and Type | Method and Description |
|---|---|
static ListWorkerBlocksRequest.Builder |
ListWorkerBlocksRequest.builder() |
ListWorkerBlocksRequest.Builder |
ListWorkerBlocksRequest.Builder.maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
ListWorkerBlocksRequest.Builder |
ListWorkerBlocksRequest.Builder.nextToken(String nextToken)
Pagination token
|
ListWorkerBlocksRequest.Builder |
ListWorkerBlocksRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWorkerBlocksRequest.Builder |
ListWorkerBlocksRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListWorkerBlocksRequest.Builder |
ListWorkerBlocksRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListWorkerBlocksRequest.Builder> |
ListWorkerBlocksRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.