Uses of Class
software.amazon.awssdk.services.mturk.model.NotificationTransport
-
Packages that use NotificationTransport Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of NotificationTransport in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return NotificationTransport Modifier and Type Method Description static NotificationTransportNotificationTransport. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NotificationTransportNotificationSpecification. transport()The method Amazon Mechanical Turk uses to send the notification.static NotificationTransportNotificationTransport. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationTransport[]NotificationTransport. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mturk.model that return types with arguments of type NotificationTransport Modifier and Type Method Description static Set<NotificationTransport>NotificationTransport. knownValues()Methods in software.amazon.awssdk.services.mturk.model with parameters of type NotificationTransport Modifier and Type Method Description NotificationSpecification.BuilderNotificationSpecification.Builder. transport(NotificationTransport transport)The method Amazon Mechanical Turk uses to send the notification.
-