Uses of Class
software.amazon.awssdk.services.mturk.model.NotifyWorkersResponse
-
Packages that use NotifyWorkersResponse Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference -
-
Uses of NotifyWorkersResponse in software.amazon.awssdk.services.mturk
Methods in software.amazon.awssdk.services.mturk that return NotifyWorkersResponse Modifier and Type Method Description default NotifyWorkersResponseMTurkClient. notifyWorkers(Consumer<NotifyWorkersRequest.Builder> notifyWorkersRequest)TheNotifyWorkersoperation sends an email to one or more Workers that you specify with the Worker ID.default NotifyWorkersResponseMTurkClient. notifyWorkers(NotifyWorkersRequest notifyWorkersRequest)TheNotifyWorkersoperation sends an email to one or more Workers that you specify with the Worker ID.Methods in software.amazon.awssdk.services.mturk that return types with arguments of type NotifyWorkersResponse Modifier and Type Method Description default CompletableFuture<NotifyWorkersResponse>MTurkAsyncClient. notifyWorkers(Consumer<NotifyWorkersRequest.Builder> notifyWorkersRequest)TheNotifyWorkersoperation sends an email to one or more Workers that you specify with the Worker ID.default CompletableFuture<NotifyWorkersResponse>MTurkAsyncClient. notifyWorkers(NotifyWorkersRequest notifyWorkersRequest)TheNotifyWorkersoperation sends an email to one or more Workers that you specify with the Worker ID.
-