| Package | Description |
|---|---|
| com.amazonaws.services.mturk |
|
| com.amazonaws.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateNotificationSettingsResult> |
AbstractAmazonMTurkAsync.updateNotificationSettingsAsync(UpdateNotificationSettingsRequest request,
AsyncHandler<UpdateNotificationSettingsRequest,UpdateNotificationSettingsResult> asyncHandler) |
Future<UpdateNotificationSettingsResult> |
AmazonMTurkAsyncClient.updateNotificationSettingsAsync(UpdateNotificationSettingsRequest request,
AsyncHandler<UpdateNotificationSettingsRequest,UpdateNotificationSettingsResult> asyncHandler) |
Future<UpdateNotificationSettingsResult> |
AmazonMTurkAsync.updateNotificationSettingsAsync(UpdateNotificationSettingsRequest updateNotificationSettingsRequest,
AsyncHandler<UpdateNotificationSettingsRequest,UpdateNotificationSettingsResult> asyncHandler)
The
UpdateNotificationSettings operation creates, updates, disables or re-enables notifications for
a HIT type. |
| Modifier and Type | Method and Description |
|---|---|
UpdateNotificationSettingsRequest |
UpdateNotificationSettingsRequest.clone() |
UpdateNotificationSettingsRequest |
UpdateNotificationSettingsRequest.withActive(Boolean active)
Specifies whether notifications are sent for HITs of this HIT type, according to the notification specification.
|
UpdateNotificationSettingsRequest |
UpdateNotificationSettingsRequest.withHITTypeId(String hITTypeId)
The ID of the HIT type whose notification specification is being updated.
|
UpdateNotificationSettingsRequest |
UpdateNotificationSettingsRequest.withNotification(NotificationSpecification notification)
The notification specification for the HIT type.
|
Copyright © 2021. All rights reserved.