Uses of Class
software.amazon.awssdk.services.mturk.model.SendTestEventNotificationResponse
-
Packages that use SendTestEventNotificationResponse Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference -
-
Uses of SendTestEventNotificationResponse in software.amazon.awssdk.services.mturk
Methods in software.amazon.awssdk.services.mturk that return SendTestEventNotificationResponse Modifier and Type Method Description default SendTestEventNotificationResponseMTurkClient. sendTestEventNotification(Consumer<SendTestEventNotificationRequest.Builder> sendTestEventNotificationRequest)TheSendTestEventNotificationoperation causes Amazon Mechanical Turk to send a notification message as if a HIT event occurred, according to the provided notification specification.default SendTestEventNotificationResponseMTurkClient. sendTestEventNotification(SendTestEventNotificationRequest sendTestEventNotificationRequest)TheSendTestEventNotificationoperation causes Amazon Mechanical Turk to send a notification message as if a HIT event occurred, according to the provided notification specification.Methods in software.amazon.awssdk.services.mturk that return types with arguments of type SendTestEventNotificationResponse Modifier and Type Method Description default CompletableFuture<SendTestEventNotificationResponse>MTurkAsyncClient. sendTestEventNotification(Consumer<SendTestEventNotificationRequest.Builder> sendTestEventNotificationRequest)TheSendTestEventNotificationoperation 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(SendTestEventNotificationRequest sendTestEventNotificationRequest)TheSendTestEventNotificationoperation causes Amazon Mechanical Turk to send a notification message as if a HIT event occurred, according to the provided notification specification.
-