Uses of Class
software.amazon.awssdk.services.notifications.model.NotificationType
-
Packages that use NotificationType Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of NotificationType in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.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.NotificationTypeManagedNotificationChildEvent. notificationType()The type of event causing the notification.NotificationTypeManagedNotificationChildEventSummary. notificationType()The Type of the event causing this notification.NotificationTypeManagedNotificationEvent. notificationType()The nature of the event causing this notification.NotificationTypeManagedNotificationEventSummary. notificationType()The Type of event causing the notification.NotificationTypeNotificationEvent. notificationType()The type of event causing the notification.NotificationTypeNotificationEventSummary. notificationType()The type of event causing the notification.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.notifications.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.notifications.model with parameters of type NotificationType Modifier and Type Method Description ManagedNotificationChildEvent.BuilderManagedNotificationChildEvent.Builder. notificationType(NotificationType notificationType)The type of event causing the notification.ManagedNotificationChildEventSummary.BuilderManagedNotificationChildEventSummary.Builder. notificationType(NotificationType notificationType)The Type of the event causing this notification.ManagedNotificationEvent.BuilderManagedNotificationEvent.Builder. notificationType(NotificationType notificationType)The nature of the event causing this notification.ManagedNotificationEventSummary.BuilderManagedNotificationEventSummary.Builder. notificationType(NotificationType notificationType)The Type of event causing the notification.NotificationEvent.BuilderNotificationEvent.Builder. notificationType(NotificationType notificationType)The type of event causing the notification.NotificationEventSummary.BuilderNotificationEventSummary.Builder. notificationType(NotificationType notificationType)The type of event causing the notification.
-