Uses of Class
software.amazon.awssdk.services.mturk.model.CreateWorkerBlockResponse
-
Packages that use CreateWorkerBlockResponse Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference -
-
Uses of CreateWorkerBlockResponse in software.amazon.awssdk.services.mturk
Methods in software.amazon.awssdk.services.mturk that return CreateWorkerBlockResponse Modifier and Type Method Description default CreateWorkerBlockResponseMTurkClient. createWorkerBlock(Consumer<CreateWorkerBlockRequest.Builder> createWorkerBlockRequest)TheCreateWorkerBlockoperation allows you to prevent a Worker from working on your HITs.default CreateWorkerBlockResponseMTurkClient. createWorkerBlock(CreateWorkerBlockRequest createWorkerBlockRequest)TheCreateWorkerBlockoperation allows you to prevent a Worker from working on your HITs.Methods in software.amazon.awssdk.services.mturk that return types with arguments of type CreateWorkerBlockResponse Modifier and Type Method Description default CompletableFuture<CreateWorkerBlockResponse>MTurkAsyncClient. createWorkerBlock(Consumer<CreateWorkerBlockRequest.Builder> createWorkerBlockRequest)TheCreateWorkerBlockoperation allows you to prevent a Worker from working on your HITs.default CompletableFuture<CreateWorkerBlockResponse>MTurkAsyncClient. createWorkerBlock(CreateWorkerBlockRequest createWorkerBlockRequest)TheCreateWorkerBlockoperation allows you to prevent a Worker from working on your HITs.
-