Uses of Class
software.amazon.awssdk.services.devopsguru.model.InsightStatus
-
Packages that use InsightStatus Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of InsightStatus in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return InsightStatus Modifier and Type Method Description static InsightStatusInsightStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InsightStatusProactiveInsight. status()The status of the proactive insight.InsightStatusProactiveInsightSummary. status()The status of the proactive insight.InsightStatusProactiveOrganizationInsightSummary. status()An array of status values used to search for insights.InsightStatusReactiveInsight. status()The status of a reactive insight.InsightStatusReactiveInsightSummary. status()The status of a reactive insight.InsightStatusReactiveOrganizationInsightSummary. status()An array of status values used to search for insights.static InsightStatusInsightStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static InsightStatus[]InsightStatus. 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 InsightStatus Modifier and Type Method Description static Set<InsightStatus>InsightStatus. knownValues()List<InsightStatus>SearchInsightsFilters. statuses()An array of status values used to search for insights.List<InsightStatus>SearchOrganizationInsightsFilters. statuses()An array of status values used to search for insights.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type InsightStatus Modifier and Type Method Description ProactiveInsight.BuilderProactiveInsight.Builder. status(InsightStatus status)The status of the proactive insight.ProactiveInsightSummary.BuilderProactiveInsightSummary.Builder. status(InsightStatus status)The status of the proactive insight.ProactiveOrganizationInsightSummary.BuilderProactiveOrganizationInsightSummary.Builder. status(InsightStatus status)An array of status values used to search for insights.ReactiveInsight.BuilderReactiveInsight.Builder. status(InsightStatus status)The status of a reactive insight.ReactiveInsightSummary.BuilderReactiveInsightSummary.Builder. status(InsightStatus status)The status of a reactive insight.ReactiveOrganizationInsightSummary.BuilderReactiveOrganizationInsightSummary.Builder. status(InsightStatus status)An array of status values used to search for insights.SearchInsightsFilters.BuilderSearchInsightsFilters.Builder. statuses(InsightStatus... statuses)An array of status values used to search for insights.SearchOrganizationInsightsFilters.BuilderSearchOrganizationInsightsFilters.Builder. statuses(InsightStatus... statuses)An array of status values used to search for insights.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type InsightStatus Modifier and Type Method Description SearchInsightsFilters.BuilderSearchInsightsFilters.Builder. statuses(Collection<InsightStatus> statuses)An array of status values used to search for insights.SearchOrganizationInsightsFilters.BuilderSearchOrganizationInsightsFilters.Builder. statuses(Collection<InsightStatus> statuses)An array of status values used to search for insights.
-