| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static InsightStatus |
InsightStatus.fromValue(String value)
Use this in place of valueOf.
|
static InsightStatus |
InsightStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
ProactiveInsight |
ProactiveInsight.withStatus(InsightStatus status)
The status of the proactive insight.
|
ProactiveInsightSummary |
ProactiveInsightSummary.withStatus(InsightStatus status)
The status of the proactive insight.
|
ReactiveInsight |
ReactiveInsight.withStatus(InsightStatus status)
The status of a reactive insight.
|
ReactiveInsightSummary |
ReactiveInsightSummary.withStatus(InsightStatus status)
The status of a reactive insight.
|
SearchInsightsFilters |
SearchInsightsFilters.withStatuses(InsightStatus... statuses)
An array of status values used to search for insights.
|
Copyright © 2021. All rights reserved.