| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
ProactiveInsightSummary |
ProactiveInsightSummary.clone() |
ProactiveInsightSummary |
ProactiveInsightSummary.withId(String id) |
ProactiveInsightSummary |
ProactiveInsightSummary.withInsightTimeRange(InsightTimeRange insightTimeRange) |
ProactiveInsightSummary |
ProactiveInsightSummary.withName(String name) |
ProactiveInsightSummary |
ProactiveInsightSummary.withPredictionTimeRange(PredictionTimeRange predictionTimeRange) |
ProactiveInsightSummary |
ProactiveInsightSummary.withResourceCollection(ResourceCollection resourceCollection) |
ProactiveInsightSummary |
ProactiveInsightSummary.withSeverity(InsightSeverity severity) |
ProactiveInsightSummary |
ProactiveInsightSummary.withSeverity(String severity) |
ProactiveInsightSummary |
ProactiveInsightSummary.withStatus(InsightStatus status) |
ProactiveInsightSummary |
ProactiveInsightSummary.withStatus(String status) |
| Modifier and Type | Method and Description |
|---|---|
List<ProactiveInsightSummary> |
SearchInsightsResult.getProactiveInsights() |
List<ProactiveInsightSummary> |
ListInsightsResult.getProactiveInsights() |
| Modifier and Type | Method and Description |
|---|---|
SearchInsightsResult |
SearchInsightsResult.withProactiveInsights(ProactiveInsightSummary... proactiveInsights)
NOTE: This method appends the values to the existing list (if any).
|
ListInsightsResult |
ListInsightsResult.withProactiveInsights(ProactiveInsightSummary... proactiveInsights)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchInsightsResult.setProactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights) |
void |
ListInsightsResult.setProactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights) |
SearchInsightsResult |
SearchInsightsResult.withProactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights) |
ListInsightsResult |
ListInsightsResult.withProactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights) |
Copyright © 2020. All rights reserved.