Uses of Class
software.amazon.awssdk.services.devopsguru.model.InsightSeverity
-
Packages that use InsightSeverity Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of InsightSeverity in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return InsightSeverity Modifier and Type Method Description static InsightSeverityInsightSeverity. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InsightSeverityProactiveInsight. severity()The severity of the insight.InsightSeverityProactiveInsightSummary. severity()The severity of the insight.InsightSeverityProactiveOrganizationInsightSummary. severity()An array of severity values used to search for insights.InsightSeverityReactiveInsight. severity()The severity of the insight.InsightSeverityReactiveInsightSummary. severity()The severity of the insight.InsightSeverityReactiveOrganizationInsightSummary. severity()An array of severity values used to search for insights.static InsightSeverityInsightSeverity. 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.Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type InsightSeverity Modifier and Type Method Description static Set<InsightSeverity>InsightSeverity. knownValues()List<InsightSeverity>NotificationFilterConfig. severities()The severity levels that you want to receive notifications for.List<InsightSeverity>SearchInsightsFilters. severities()An array of severity values used to search for insights.List<InsightSeverity>SearchOrganizationInsightsFilters. severities()An array of severity values used to search for insights.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type InsightSeverity Modifier and Type Method Description NotificationFilterConfig.BuilderNotificationFilterConfig.Builder. severities(InsightSeverity... severities)The severity levels that you want to receive notifications for.SearchInsightsFilters.BuilderSearchInsightsFilters.Builder. severities(InsightSeverity... severities)An array of severity values used to search for insights.SearchOrganizationInsightsFilters.BuilderSearchOrganizationInsightsFilters.Builder. severities(InsightSeverity... severities)An array of severity values used to search for insights.ProactiveInsight.BuilderProactiveInsight.Builder. severity(InsightSeverity severity)The severity of the insight.ProactiveInsightSummary.BuilderProactiveInsightSummary.Builder. severity(InsightSeverity severity)The severity of the insight.ProactiveOrganizationInsightSummary.BuilderProactiveOrganizationInsightSummary.Builder. severity(InsightSeverity severity)An array of severity values used to search for insights.ReactiveInsight.BuilderReactiveInsight.Builder. severity(InsightSeverity severity)The severity of the insight.ReactiveInsightSummary.BuilderReactiveInsightSummary.Builder. severity(InsightSeverity severity)The severity of the insight.ReactiveOrganizationInsightSummary.BuilderReactiveOrganizationInsightSummary.Builder. severity(InsightSeverity severity)An array of severity values used to search for insights.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type InsightSeverity Modifier and Type Method Description NotificationFilterConfig.BuilderNotificationFilterConfig.Builder. severities(Collection<InsightSeverity> severities)The severity levels that you want to receive notifications for.SearchInsightsFilters.BuilderSearchInsightsFilters.Builder. severities(Collection<InsightSeverity> severities)An array of severity values used to search for insights.SearchOrganizationInsightsFilters.BuilderSearchOrganizationInsightsFilters.Builder. severities(Collection<InsightSeverity> severities)An array of severity values used to search for insights.
-