| Package | Description |
|---|---|
| com.amazonaws.services.mturk |
|
| com.amazonaws.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
NotifyWorkersResult |
AmazonMTurkClient.notifyWorkers(NotifyWorkersRequest request)
The
NotifyWorkers operation sends an email to one or more Workers that you specify with the Worker
ID. |
NotifyWorkersResult |
AmazonMTurk.notifyWorkers(NotifyWorkersRequest notifyWorkersRequest)
The
NotifyWorkers operation sends an email to one or more Workers that you specify with the Worker
ID. |
NotifyWorkersResult |
AbstractAmazonMTurk.notifyWorkers(NotifyWorkersRequest request) |
Future<NotifyWorkersResult> |
AbstractAmazonMTurkAsync.notifyWorkersAsync(NotifyWorkersRequest request) |
Future<NotifyWorkersResult> |
AmazonMTurkAsyncClient.notifyWorkersAsync(NotifyWorkersRequest request) |
Future<NotifyWorkersResult> |
AmazonMTurkAsync.notifyWorkersAsync(NotifyWorkersRequest notifyWorkersRequest)
The
NotifyWorkers operation sends an email to one or more Workers that you specify with the Worker
ID. |
Future<NotifyWorkersResult> |
AbstractAmazonMTurkAsync.notifyWorkersAsync(NotifyWorkersRequest request,
AsyncHandler<NotifyWorkersRequest,NotifyWorkersResult> asyncHandler) |
Future<NotifyWorkersResult> |
AmazonMTurkAsyncClient.notifyWorkersAsync(NotifyWorkersRequest request,
AsyncHandler<NotifyWorkersRequest,NotifyWorkersResult> asyncHandler) |
Future<NotifyWorkersResult> |
AmazonMTurkAsync.notifyWorkersAsync(NotifyWorkersRequest notifyWorkersRequest,
AsyncHandler<NotifyWorkersRequest,NotifyWorkersResult> asyncHandler)
The
NotifyWorkers operation sends an email to one or more Workers that you specify with the Worker
ID. |
| Modifier and Type | Method and Description |
|---|---|
Future<NotifyWorkersResult> |
AbstractAmazonMTurkAsync.notifyWorkersAsync(NotifyWorkersRequest request,
AsyncHandler<NotifyWorkersRequest,NotifyWorkersResult> asyncHandler) |
Future<NotifyWorkersResult> |
AmazonMTurkAsyncClient.notifyWorkersAsync(NotifyWorkersRequest request,
AsyncHandler<NotifyWorkersRequest,NotifyWorkersResult> asyncHandler) |
Future<NotifyWorkersResult> |
AmazonMTurkAsync.notifyWorkersAsync(NotifyWorkersRequest notifyWorkersRequest,
AsyncHandler<NotifyWorkersRequest,NotifyWorkersResult> asyncHandler)
The
NotifyWorkers operation sends an email to one or more Workers that you specify with the Worker
ID. |
| Modifier and Type | Method and Description |
|---|---|
NotifyWorkersRequest |
NotifyWorkersRequest.clone() |
NotifyWorkersRequest |
NotifyWorkersRequest.withMessageText(String messageText)
The text of the email message to send.
|
NotifyWorkersRequest |
NotifyWorkersRequest.withSubject(String subject)
The subject line of the email message to send.
|
NotifyWorkersRequest |
NotifyWorkersRequest.withWorkerIds(Collection<String> workerIds)
A list of Worker IDs you wish to notify.
|
NotifyWorkersRequest |
NotifyWorkersRequest.withWorkerIds(String... workerIds)
A list of Worker IDs you wish to notify.
|
Copyright © 2023. All rights reserved.