Uses of Class
com.amazonaws.services.simpleemail.model.NotificationType
-
Packages that use NotificationType Package Description com.amazonaws.services.simpleemail.model -
-
Uses of NotificationType in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return NotificationType Modifier and Type Method Description static NotificationTypeNotificationType. fromValue(String value)Use this in place of valueOf.static NotificationTypeNotificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationType[]NotificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.simpleemail.model with parameters of type NotificationType Modifier and Type Method Description voidSetIdentityNotificationTopicRequest. setNotificationType(NotificationType notificationType)The type of notifications that will be published to the specified Amazon SNS topic.SetIdentityNotificationTopicRequestSetIdentityNotificationTopicRequest. withNotificationType(NotificationType notificationType)The type of notifications that will be published to the specified Amazon SNS topic.
-