| Package | Description |
|---|---|
| com.amazonaws.services.mturk |
|
| com.amazonaws.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
SendTestEventNotificationResult |
AbstractAmazonMTurk.sendTestEventNotification(SendTestEventNotificationRequest request) |
SendTestEventNotificationResult |
AmazonMTurk.sendTestEventNotification(SendTestEventNotificationRequest sendTestEventNotificationRequest)
The
SendTestEventNotification operation causes Amazon Mechanical Turk to send a notification message
as if a HIT event occurred, according to the provided notification specification. |
SendTestEventNotificationResult |
AmazonMTurkClient.sendTestEventNotification(SendTestEventNotificationRequest request)
The
SendTestEventNotification operation causes Amazon Mechanical Turk to send a notification message
as if a HIT event occurred, according to the provided notification specification. |
Future<SendTestEventNotificationResult> |
AbstractAmazonMTurkAsync.sendTestEventNotificationAsync(SendTestEventNotificationRequest request) |
Future<SendTestEventNotificationResult> |
AmazonMTurkAsync.sendTestEventNotificationAsync(SendTestEventNotificationRequest sendTestEventNotificationRequest)
The
SendTestEventNotification operation causes Amazon Mechanical Turk to send a notification message
as if a HIT event occurred, according to the provided notification specification. |
Future<SendTestEventNotificationResult> |
AmazonMTurkAsyncClient.sendTestEventNotificationAsync(SendTestEventNotificationRequest request) |
Future<SendTestEventNotificationResult> |
AbstractAmazonMTurkAsync.sendTestEventNotificationAsync(SendTestEventNotificationRequest request,
AsyncHandler<SendTestEventNotificationRequest,SendTestEventNotificationResult> asyncHandler) |
Future<SendTestEventNotificationResult> |
AmazonMTurkAsync.sendTestEventNotificationAsync(SendTestEventNotificationRequest sendTestEventNotificationRequest,
AsyncHandler<SendTestEventNotificationRequest,SendTestEventNotificationResult> asyncHandler)
The
SendTestEventNotification operation causes Amazon Mechanical Turk to send a notification message
as if a HIT event occurred, according to the provided notification specification. |
Future<SendTestEventNotificationResult> |
AmazonMTurkAsyncClient.sendTestEventNotificationAsync(SendTestEventNotificationRequest request,
AsyncHandler<SendTestEventNotificationRequest,SendTestEventNotificationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SendTestEventNotificationRequest |
SendTestEventNotificationRequest.clone() |
SendTestEventNotificationRequest |
SendTestEventNotificationRequest.withNotification(NotificationSpecification notification)
The notification specification to test.
|
SendTestEventNotificationRequest |
SendTestEventNotificationRequest.withTestEventType(EventType testEventType)
The event to simulate to test the notification specification.
|
SendTestEventNotificationRequest |
SendTestEventNotificationRequest.withTestEventType(String testEventType)
The event to simulate to test the notification specification.
|
Copyright © 2024. All rights reserved.