| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static InsightSeverity |
InsightSeverity.fromValue(String value)
Use this in place of valueOf.
|
static InsightSeverity |
InsightSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InsightSeverity[] |
InsightSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationFilterConfig |
NotificationFilterConfig.withSeverities(InsightSeverity... severities)
The severity levels that you want to receive notifications for.
|
SearchInsightsFilters |
SearchInsightsFilters.withSeverities(InsightSeverity... severities)
An array of severity values used to search for insights.
|
SearchOrganizationInsightsFilters |
SearchOrganizationInsightsFilters.withSeverities(InsightSeverity... severities)
An array of severity values used to search for insights.
|
ReactiveOrganizationInsightSummary |
ReactiveOrganizationInsightSummary.withSeverity(InsightSeverity severity)
An array of severity values used to search for insights.
|
ProactiveOrganizationInsightSummary |
ProactiveOrganizationInsightSummary.withSeverity(InsightSeverity severity)
An array of severity values used to search for insights.
|
ReactiveInsight |
ReactiveInsight.withSeverity(InsightSeverity severity)
The severity of the insight.
|
ProactiveInsight |
ProactiveInsight.withSeverity(InsightSeverity severity)
The severity of the insight.
|
ReactiveInsightSummary |
ReactiveInsightSummary.withSeverity(InsightSeverity severity)
The severity of the insight.
|
ProactiveInsightSummary |
ProactiveInsightSummary.withSeverity(InsightSeverity severity)
The severity of the insight.
|
Copyright © 2023. All rights reserved.