| Package | Description |
|---|---|
| software.amazon.awssdk.services.mturk |
|
| software.amazon.awssdk.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
default SendTestEventNotificationResponse |
MTurkClient.sendTestEventNotification(Consumer<SendTestEventNotificationRequest.Builder> 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. |
default CompletableFuture<SendTestEventNotificationResponse> |
MTurkAsyncClient.sendTestEventNotification(Consumer<SendTestEventNotificationRequest.Builder> 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. |
| Modifier and Type | Method and Description |
|---|---|
static SendTestEventNotificationRequest.Builder |
SendTestEventNotificationRequest.builder() |
default SendTestEventNotificationRequest.Builder |
SendTestEventNotificationRequest.Builder.notification(Consumer<NotificationSpecification.Builder> notification)
The notification specification to test.
|
SendTestEventNotificationRequest.Builder |
SendTestEventNotificationRequest.Builder.notification(NotificationSpecification notification)
The notification specification to test.
|
SendTestEventNotificationRequest.Builder |
SendTestEventNotificationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SendTestEventNotificationRequest.Builder |
SendTestEventNotificationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SendTestEventNotificationRequest.Builder |
SendTestEventNotificationRequest.Builder.testEventType(EventType testEventType)
The event to simulate to test the notification specification.
|
SendTestEventNotificationRequest.Builder |
SendTestEventNotificationRequest.Builder.testEventType(String testEventType)
The event to simulate to test the notification specification.
|
SendTestEventNotificationRequest.Builder |
SendTestEventNotificationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SendTestEventNotificationRequest.Builder> |
SendTestEventNotificationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.