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 NotificationType
NotificationType. fromValue(String value)
Use this in place of valueOf.static NotificationType
NotificationType. 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 void
SetIdentityNotificationTopicRequest. setNotificationType(NotificationType notificationType)
The type of notifications that will be published to the specified Amazon SNS topic.SetIdentityNotificationTopicRequest
SetIdentityNotificationTopicRequest. withNotificationType(NotificationType notificationType)
The type of notifications that will be published to the specified Amazon SNS topic.
-