| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
ProactiveInsightSummary |
ProactiveInsightSummary.clone() |
ProactiveInsightSummary |
ProactiveInsightSummary.withId(String id)
The ID of the proactive insight.
|
ProactiveInsightSummary |
ProactiveInsightSummary.withInsightTimeRange(InsightTimeRange insightTimeRange) |
ProactiveInsightSummary |
ProactiveInsightSummary.withName(String name)
The name of the proactive insight.
|
ProactiveInsightSummary |
ProactiveInsightSummary.withPredictionTimeRange(PredictionTimeRange predictionTimeRange) |
ProactiveInsightSummary |
ProactiveInsightSummary.withResourceCollection(ResourceCollection resourceCollection) |
ProactiveInsightSummary |
ProactiveInsightSummary.withSeverity(InsightSeverity severity)
The severity of the proactive insight.
|
ProactiveInsightSummary |
ProactiveInsightSummary.withSeverity(String severity)
The severity of the proactive insight.
|
ProactiveInsightSummary |
ProactiveInsightSummary.withStatus(InsightStatus status)
The status of the proactive insight.
|
ProactiveInsightSummary |
ProactiveInsightSummary.withStatus(String status)
The status of the proactive insight.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProactiveInsightSummary> |
ListInsightsResult.getProactiveInsights()
The returned list of proactive insights.
|
List<ProactiveInsightSummary> |
SearchInsightsResult.getProactiveInsights()
The returned proactive insights.
|
| Modifier and Type | Method and Description |
|---|---|
ListInsightsResult |
ListInsightsResult.withProactiveInsights(ProactiveInsightSummary... proactiveInsights)
The returned list of proactive insights.
|
SearchInsightsResult |
SearchInsightsResult.withProactiveInsights(ProactiveInsightSummary... proactiveInsights)
The returned proactive insights.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInsightsResult.setProactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
The returned list of proactive insights.
|
void |
SearchInsightsResult.setProactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
The returned proactive insights.
|
ListInsightsResult |
ListInsightsResult.withProactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
The returned list of proactive insights.
|
SearchInsightsResult |
SearchInsightsResult.withProactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
The returned proactive insights.
|
Copyright © 2021. All rights reserved.