Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.NotificationEvent
-
Packages that use NotificationEvent Package Description software.amazon.awssdk.services.rolesanywhere.model -
-
Uses of NotificationEvent in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return NotificationEvent Modifier and Type Method Description NotificationEventNotificationSetting. event()The event to which this notification setting is applied.NotificationEventNotificationSettingDetail. event()The event to which this notification setting is applied.NotificationEventNotificationSettingKey. event()The notification setting event to reset.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.rolesanywhere.model that return types with arguments of type NotificationEvent Modifier and Type Method Description static Set<NotificationEvent>NotificationEvent. knownValues()Methods in software.amazon.awssdk.services.rolesanywhere.model with parameters of type NotificationEvent Modifier and Type Method Description NotificationSetting.BuilderNotificationSetting.Builder. event(NotificationEvent event)The event to which this notification setting is applied.NotificationSettingDetail.BuilderNotificationSettingDetail.Builder. event(NotificationEvent event)The event to which this notification setting is applied.NotificationSettingKey.BuilderNotificationSettingKey.Builder. event(NotificationEvent event)The notification setting event to reset.
-