Uses of Enum
software.amazon.awssdk.services.ssm.model.NotificationEvent
Packages that use NotificationEvent
-
Uses of NotificationEvent in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return NotificationEventModifier and TypeMethodDescriptionstatic NotificationEventUse this in place of valueOf to convert the raw string returned by the service into the enum value.static NotificationEventReturns 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 NotificationEventModifier and TypeMethodDescriptionstatic Set<NotificationEvent>NotificationEvent.knownValues()final 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 NotificationEventModifier and TypeMethodDescriptionNotificationConfig.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 NotificationEventModifier and TypeMethodDescriptionNotificationConfig.Builder.notificationEvents(Collection<NotificationEvent> notificationEvents) The different events for which you can receive notifications.