Uses of Class
software.amazon.awssdk.services.ssm.model.NotificationEvent
-
Packages that use NotificationEvent Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of NotificationEvent in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return NotificationEvent Modifier and Type Method Description static NotificationEventNotificationEvent. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static NotificationEventNotificationEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationEvent[]NotificationEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type NotificationEvent Modifier and Type Method Description static Set<NotificationEvent>NotificationEvent. knownValues()List<NotificationEvent>NotificationConfig. notificationEvents()The different events for which you can receive notifications.Methods in software.amazon.awssdk.services.ssm.model with parameters of type NotificationEvent Modifier and Type Method Description NotificationConfig.BuilderNotificationConfig.Builder. notificationEvents(NotificationEvent... notificationEvents)The different events for which you can receive notifications.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type NotificationEvent Modifier and Type Method Description NotificationConfig.BuilderNotificationConfig.Builder. notificationEvents(Collection<NotificationEvent> notificationEvents)The different events for which you can receive notifications.
-