| Package | Description |
|---|---|
| software.amazon.awssdk.services.mturk |
|
| software.amazon.awssdk.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateNotificationSettingsResponse> |
MTurkAsyncClient.updateNotificationSettings(Consumer<UpdateNotificationSettingsRequest.Builder> updateNotificationSettingsRequest)
The
UpdateNotificationSettings operation creates, updates, disables or re-enables notifications for
a HIT type. |
default UpdateNotificationSettingsResponse |
MTurkClient.updateNotificationSettings(Consumer<UpdateNotificationSettingsRequest.Builder> updateNotificationSettingsRequest)
The
UpdateNotificationSettings operation creates, updates, disables or re-enables notifications for
a HIT type. |
| Modifier and Type | Method and Description |
|---|---|
UpdateNotificationSettingsRequest.Builder |
UpdateNotificationSettingsRequest.Builder.active(Boolean active)
Specifies whether notifications are sent for HITs of this HIT type, according to the notification
specification.
|
static UpdateNotificationSettingsRequest.Builder |
UpdateNotificationSettingsRequest.builder() |
UpdateNotificationSettingsRequest.Builder |
UpdateNotificationSettingsRequest.Builder.hitTypeId(String hitTypeId)
The ID of the HIT type whose notification specification is being updated.
|
default UpdateNotificationSettingsRequest.Builder |
UpdateNotificationSettingsRequest.Builder.notification(Consumer<NotificationSpecification.Builder> notification)
The notification specification for the HIT type.
|
UpdateNotificationSettingsRequest.Builder |
UpdateNotificationSettingsRequest.Builder.notification(NotificationSpecification notification)
The notification specification for the HIT type.
|
UpdateNotificationSettingsRequest.Builder |
UpdateNotificationSettingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateNotificationSettingsRequest.Builder |
UpdateNotificationSettingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateNotificationSettingsRequest.Builder |
UpdateNotificationSettingsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateNotificationSettingsRequest.Builder> |
UpdateNotificationSettingsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.