| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static InsightSeverity |
InsightSeverity.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InsightSeverity |
ProactiveOrganizationInsightSummary.severity()
An array of severity values used to search for insights.
|
InsightSeverity |
ProactiveInsightSummary.severity()
The severity of the insight.
|
InsightSeverity |
ProactiveInsight.severity()
The severity of the insight.
|
InsightSeverity |
ReactiveInsightSummary.severity()
The severity of the insight.
|
InsightSeverity |
ReactiveOrganizationInsightSummary.severity()
An array of severity values used to search for insights.
|
InsightSeverity |
ReactiveInsight.severity()
The severity of the insight.
|
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 |
|---|---|
static Set<InsightSeverity> |
InsightSeverity.knownValues()
|
List<InsightSeverity> |
SearchOrganizationInsightsFilters.severities()
An array of severity values used to search for insights.
|
List<InsightSeverity> |
SearchInsightsFilters.severities()
An array of severity values used to search for insights.
|
List<InsightSeverity> |
NotificationFilterConfig.severities()
The severity levels that you want to receive notifications for.
|
| Modifier and Type | Method and Description |
|---|---|
SearchOrganizationInsightsFilters.Builder |
SearchOrganizationInsightsFilters.Builder.severities(InsightSeverity... severities)
An array of severity values used to search for insights.
|
SearchInsightsFilters.Builder |
SearchInsightsFilters.Builder.severities(InsightSeverity... severities)
An array of severity values used to search for insights.
|
NotificationFilterConfig.Builder |
NotificationFilterConfig.Builder.severities(InsightSeverity... severities)
The severity levels that you want to receive notifications for.
|
ProactiveOrganizationInsightSummary.Builder |
ProactiveOrganizationInsightSummary.Builder.severity(InsightSeverity severity)
An array of severity values used to search for insights.
|
ProactiveInsightSummary.Builder |
ProactiveInsightSummary.Builder.severity(InsightSeverity severity)
The severity of the insight.
|
ProactiveInsight.Builder |
ProactiveInsight.Builder.severity(InsightSeverity severity)
The severity of the insight.
|
ReactiveInsightSummary.Builder |
ReactiveInsightSummary.Builder.severity(InsightSeverity severity)
The severity of the insight.
|
ReactiveOrganizationInsightSummary.Builder |
ReactiveOrganizationInsightSummary.Builder.severity(InsightSeverity severity)
An array of severity values used to search for insights.
|
ReactiveInsight.Builder |
ReactiveInsight.Builder.severity(InsightSeverity severity)
The severity of the insight.
|
| Modifier and Type | Method and Description |
|---|---|
SearchOrganizationInsightsFilters.Builder |
SearchOrganizationInsightsFilters.Builder.severities(Collection<InsightSeverity> severities)
An array of severity values used to search for insights.
|
SearchInsightsFilters.Builder |
SearchInsightsFilters.Builder.severities(Collection<InsightSeverity> severities)
An array of severity values used to search for insights.
|
NotificationFilterConfig.Builder |
NotificationFilterConfig.Builder.severities(Collection<InsightSeverity> severities)
The severity levels that you want to receive notifications for.
|
Copyright © 2023. All rights reserved.