Uses of Interface
software.amazon.awssdk.services.mturk.model.SendTestEventNotificationRequest.Builder
-
Packages that use SendTestEventNotificationRequest.Builder Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference software.amazon.awssdk.services.mturk.model -
-
Uses of SendTestEventNotificationRequest.Builder in software.amazon.awssdk.services.mturk
Method parameters in software.amazon.awssdk.services.mturk with type arguments of type SendTestEventNotificationRequest.Builder 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 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. -
Uses of SendTestEventNotificationRequest.Builder in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return SendTestEventNotificationRequest.Builder Modifier and Type Method Description static SendTestEventNotificationRequest.BuilderSendTestEventNotificationRequest. builder()default SendTestEventNotificationRequest.BuilderSendTestEventNotificationRequest.Builder. notification(Consumer<NotificationSpecification.Builder> notification)The notification specification to test.SendTestEventNotificationRequest.BuilderSendTestEventNotificationRequest.Builder. notification(NotificationSpecification notification)The notification specification to test.SendTestEventNotificationRequest.BuilderSendTestEventNotificationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SendTestEventNotificationRequest.BuilderSendTestEventNotificationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SendTestEventNotificationRequest.BuilderSendTestEventNotificationRequest.Builder. testEventType(String testEventType)The event to simulate to test the notification specification.SendTestEventNotificationRequest.BuilderSendTestEventNotificationRequest.Builder. testEventType(EventType testEventType)The event to simulate to test the notification specification.SendTestEventNotificationRequest.BuilderSendTestEventNotificationRequest. toBuilder()Methods in software.amazon.awssdk.services.mturk.model that return types with arguments of type SendTestEventNotificationRequest.Builder Modifier and Type Method Description static Class<? extends SendTestEventNotificationRequest.Builder>SendTestEventNotificationRequest. serializableBuilderClass()
-