Uses of Class
software.amazon.awssdk.services.mturk.model.SendTestEventNotificationRequest
-
Packages that use SendTestEventNotificationRequest Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference software.amazon.awssdk.services.mturk.transform -
-
Uses of SendTestEventNotificationRequest in software.amazon.awssdk.services.mturk
Methods in software.amazon.awssdk.services.mturk with parameters of type SendTestEventNotificationRequest Modifier and Type Method Description 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.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. -
Uses of SendTestEventNotificationRequest in software.amazon.awssdk.services.mturk.transform
Methods in software.amazon.awssdk.services.mturk.transform with parameters of type SendTestEventNotificationRequest Modifier and Type Method Description SdkHttpFullRequestSendTestEventNotificationRequestMarshaller. marshall(SendTestEventNotificationRequest sendTestEventNotificationRequest)
-