Uses of Class
software.amazon.awssdk.services.ses.model.NotificationType
-
Packages that use NotificationType Package Description software.amazon.awssdk.services.ses.model -
-
Uses of NotificationType in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return NotificationType Modifier and Type Method Description static NotificationTypeNotificationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NotificationTypeSetIdentityHeadersInNotificationsEnabledRequest. notificationType()The notification type for which to enable or disable headers in notifications.NotificationTypeSetIdentityNotificationTopicRequest. notificationType()The type of notifications that are published to the specified Amazon SNS topic.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 software.amazon.awssdk.services.ses.model that return types with arguments of type NotificationType Modifier and Type Method Description static Set<NotificationType>NotificationType. knownValues()Methods in software.amazon.awssdk.services.ses.model with parameters of type NotificationType Modifier and Type Method Description SetIdentityHeadersInNotificationsEnabledRequest.BuilderSetIdentityHeadersInNotificationsEnabledRequest.Builder. notificationType(NotificationType notificationType)The notification type for which to enable or disable headers in notifications.SetIdentityNotificationTopicRequest.BuilderSetIdentityNotificationTopicRequest.Builder. notificationType(NotificationType notificationType)The type of notifications that are published to the specified Amazon SNS topic.
-