Uses of Class
software.amazon.awssdk.services.mturk.model.NotifyWorkersRequest
-
Packages that use NotifyWorkersRequest Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference software.amazon.awssdk.services.mturk.transform -
-
Uses of NotifyWorkersRequest in software.amazon.awssdk.services.mturk
Methods in software.amazon.awssdk.services.mturk with parameters of type NotifyWorkersRequest Modifier and Type Method Description default CompletableFuture<NotifyWorkersResponse>MTurkAsyncClient. notifyWorkers(NotifyWorkersRequest 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. -
Uses of NotifyWorkersRequest in software.amazon.awssdk.services.mturk.transform
Methods in software.amazon.awssdk.services.mturk.transform with parameters of type NotifyWorkersRequest Modifier and Type Method Description SdkHttpFullRequestNotifyWorkersRequestMarshaller. marshall(NotifyWorkersRequest notifyWorkersRequest)
-