| Package | Description |
|---|---|
| software.amazon.awssdk.services.supportapp.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationSeverityLevel |
NotificationSeverityLevel.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
NotificationSeverityLevel |
CreateSlackChannelConfigurationRequest.notifyOnCaseSeverity()
The case severity for a support case that you want to receive notifications.
|
NotificationSeverityLevel |
UpdateSlackChannelConfigurationResponse.notifyOnCaseSeverity()
The case severity for a support case that you want to receive notifications.
|
NotificationSeverityLevel |
UpdateSlackChannelConfigurationRequest.notifyOnCaseSeverity()
The case severity for a support case that you want to receive notifications.
|
NotificationSeverityLevel |
SlackChannelConfiguration.notifyOnCaseSeverity()
The case severity for a support case that you want to receive notifications.
|
static NotificationSeverityLevel |
NotificationSeverityLevel.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<NotificationSeverityLevel> |
NotificationSeverityLevel.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateSlackChannelConfigurationRequest.Builder |
CreateSlackChannelConfigurationRequest.Builder.notifyOnCaseSeverity(NotificationSeverityLevel notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
|
UpdateSlackChannelConfigurationResponse.Builder |
UpdateSlackChannelConfigurationResponse.Builder.notifyOnCaseSeverity(NotificationSeverityLevel notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.notifyOnCaseSeverity(NotificationSeverityLevel notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.notifyOnCaseSeverity(NotificationSeverityLevel notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
|
Copyright © 2023. All rights reserved.