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