Uses of Class
software.amazon.awssdk.services.mturk.model.NotificationSpecification
-
Packages that use NotificationSpecification Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of NotificationSpecification in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return NotificationSpecification Modifier and Type Method Description NotificationSpecificationSendTestEventNotificationRequest. notification()The notification specification to test.NotificationSpecificationUpdateNotificationSettingsRequest. notification()The notification specification for the HIT type.Methods in software.amazon.awssdk.services.mturk.model with parameters of type NotificationSpecification Modifier and Type Method Description SendTestEventNotificationRequest.BuilderSendTestEventNotificationRequest.Builder. notification(NotificationSpecification notification)The notification specification to test.UpdateNotificationSettingsRequest.BuilderUpdateNotificationSettingsRequest.Builder. notification(NotificationSpecification notification)The notification specification for the HIT type.
-