Uses of Class
software.amazon.awssdk.services.supportapp.model.NotificationSeverityLevel
-
Packages that use NotificationSeverityLevel Package Description software.amazon.awssdk.services.supportapp.model -
-
Uses of NotificationSeverityLevel in software.amazon.awssdk.services.supportapp.model
Methods in software.amazon.awssdk.services.supportapp.model that return NotificationSeverityLevel Modifier and Type Method Description static NotificationSeverityLevelNotificationSeverityLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NotificationSeverityLevelCreateSlackChannelConfigurationRequest. notifyOnCaseSeverity()The case severity for a support case that you want to receive notifications.NotificationSeverityLevelSlackChannelConfiguration. notifyOnCaseSeverity()The case severity for a support case that you want to receive notifications.NotificationSeverityLevelUpdateSlackChannelConfigurationRequest. notifyOnCaseSeverity()The case severity for a support case that you want to receive notifications.NotificationSeverityLevelUpdateSlackChannelConfigurationResponse. notifyOnCaseSeverity()The case severity for a support case that you want to receive notifications.static NotificationSeverityLevelNotificationSeverityLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationSeverityLevel[]NotificationSeverityLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.supportapp.model that return types with arguments of type NotificationSeverityLevel Modifier and Type Method Description static Set<NotificationSeverityLevel>NotificationSeverityLevel. knownValues()Methods in software.amazon.awssdk.services.supportapp.model with parameters of type NotificationSeverityLevel Modifier and Type Method Description CreateSlackChannelConfigurationRequest.BuilderCreateSlackChannelConfigurationRequest.Builder. notifyOnCaseSeverity(NotificationSeverityLevel notifyOnCaseSeverity)The case severity for a support case that you want to receive notifications.SlackChannelConfiguration.BuilderSlackChannelConfiguration.Builder. notifyOnCaseSeverity(NotificationSeverityLevel notifyOnCaseSeverity)The case severity for a support case that you want to receive notifications.UpdateSlackChannelConfigurationRequest.BuilderUpdateSlackChannelConfigurationRequest.Builder. notifyOnCaseSeverity(NotificationSeverityLevel notifyOnCaseSeverity)The case severity for a support case that you want to receive notifications.UpdateSlackChannelConfigurationResponse.BuilderUpdateSlackChannelConfigurationResponse.Builder. notifyOnCaseSeverity(NotificationSeverityLevel notifyOnCaseSeverity)The case severity for a support case that you want to receive notifications.
-