Uses of Interface
software.amazon.awssdk.services.mturk.model.NotifyWorkersRequest.Builder
-
Packages that use NotifyWorkersRequest.Builder Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference software.amazon.awssdk.services.mturk.model -
-
Uses of NotifyWorkersRequest.Builder in software.amazon.awssdk.services.mturk
Method parameters in software.amazon.awssdk.services.mturk with type arguments of type NotifyWorkersRequest.Builder 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 NotifyWorkersResponseMTurkClient. notifyWorkers(Consumer<NotifyWorkersRequest.Builder> notifyWorkersRequest)TheNotifyWorkersoperation sends an email to one or more Workers that you specify with the Worker ID. -
Uses of NotifyWorkersRequest.Builder in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return NotifyWorkersRequest.Builder Modifier and Type Method Description static NotifyWorkersRequest.BuilderNotifyWorkersRequest. builder()NotifyWorkersRequest.BuilderNotifyWorkersRequest.Builder. messageText(String messageText)The text of the email message to send.NotifyWorkersRequest.BuilderNotifyWorkersRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)NotifyWorkersRequest.BuilderNotifyWorkersRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)NotifyWorkersRequest.BuilderNotifyWorkersRequest.Builder. subject(String subject)The subject line of the email message to send.NotifyWorkersRequest.BuilderNotifyWorkersRequest. toBuilder()NotifyWorkersRequest.BuilderNotifyWorkersRequest.Builder. workerIds(String... workerIds)A list of Worker IDs you wish to notify.NotifyWorkersRequest.BuilderNotifyWorkersRequest.Builder. workerIds(Collection<String> workerIds)A list of Worker IDs you wish to notify.Methods in software.amazon.awssdk.services.mturk.model that return types with arguments of type NotifyWorkersRequest.Builder Modifier and Type Method Description static Class<? extends NotifyWorkersRequest.Builder>NotifyWorkersRequest. serializableBuilderClass()
-