| Package | Description |
|---|---|
| com.amazonaws.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationSpecification |
NotificationSpecification.clone() |
NotificationSpecification |
SendTestEventNotificationRequest.getNotification()
The notification specification to test.
|
NotificationSpecification |
UpdateNotificationSettingsRequest.getNotification()
The notification specification for the HIT type.
|
NotificationSpecification |
NotificationSpecification.withDestination(String destination)
The target for notification messages.
|
NotificationSpecification |
NotificationSpecification.withEventTypes(Collection<String> eventTypes)
The list of events that should cause notifications to be sent.
|
NotificationSpecification |
NotificationSpecification.withEventTypes(EventType... eventTypes)
The list of events that should cause notifications to be sent.
|
NotificationSpecification |
NotificationSpecification.withEventTypes(String... eventTypes)
The list of events that should cause notifications to be sent.
|
NotificationSpecification |
NotificationSpecification.withTransport(NotificationTransport transport)
The method Amazon Mechanical Turk uses to send the notification.
|
NotificationSpecification |
NotificationSpecification.withTransport(String transport)
The method Amazon Mechanical Turk uses to send the notification.
|
NotificationSpecification |
NotificationSpecification.withVersion(String version)
The version of the Notification API to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendTestEventNotificationRequest.setNotification(NotificationSpecification notification)
The notification specification to test.
|
void |
UpdateNotificationSettingsRequest.setNotification(NotificationSpecification notification)
The notification specification for the HIT type.
|
SendTestEventNotificationRequest |
SendTestEventNotificationRequest.withNotification(NotificationSpecification notification)
The notification specification to test.
|
UpdateNotificationSettingsRequest |
UpdateNotificationSettingsRequest.withNotification(NotificationSpecification notification)
The notification specification for the HIT type.
|
Copyright © 2024. All rights reserved.