| Package | Description |
|---|---|
| software.amazon.awssdk.services.mturk |
|
| software.amazon.awssdk.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
default NotifyWorkersResponse |
MTurkClient.notifyWorkers(Consumer<NotifyWorkersRequest.Builder> notifyWorkersRequest)
The
NotifyWorkers operation sends an email to one or more Workers that you specify with the Worker
ID. |
default CompletableFuture<NotifyWorkersResponse> |
MTurkAsyncClient.notifyWorkers(Consumer<NotifyWorkersRequest.Builder> notifyWorkersRequest)
The
NotifyWorkers operation sends an email to one or more Workers that you specify with the Worker
ID. |
| Modifier and Type | Method and Description |
|---|---|
static NotifyWorkersRequest.Builder |
NotifyWorkersRequest.builder() |
NotifyWorkersRequest.Builder |
NotifyWorkersRequest.Builder.messageText(String messageText)
The text of the email message to send.
|
NotifyWorkersRequest.Builder |
NotifyWorkersRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
NotifyWorkersRequest.Builder |
NotifyWorkersRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
NotifyWorkersRequest.Builder |
NotifyWorkersRequest.Builder.subject(String subject)
The subject line of the email message to send.
|
NotifyWorkersRequest.Builder |
NotifyWorkersRequest.toBuilder() |
NotifyWorkersRequest.Builder |
NotifyWorkersRequest.Builder.workerIds(Collection<String> workerIds)
A list of Worker IDs you wish to notify.
|
NotifyWorkersRequest.Builder |
NotifyWorkersRequest.Builder.workerIds(String... workerIds)
A list of Worker IDs you wish to notify.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotifyWorkersRequest.Builder> |
NotifyWorkersRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.