| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
ReactiveInsightSummary |
ReactiveInsightSummary.clone() |
ReactiveInsightSummary |
ReactiveInsightSummary.withAssociatedResourceArns(Collection<String> associatedResourceArns)
The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
|
ReactiveInsightSummary |
ReactiveInsightSummary.withAssociatedResourceArns(String... associatedResourceArns)
The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
|
ReactiveInsightSummary |
ReactiveInsightSummary.withId(String id)
The ID of a reactive summary.
|
ReactiveInsightSummary |
ReactiveInsightSummary.withInsightTimeRange(InsightTimeRange insightTimeRange) |
ReactiveInsightSummary |
ReactiveInsightSummary.withName(String name)
The name of a reactive insight.
|
ReactiveInsightSummary |
ReactiveInsightSummary.withResourceCollection(ResourceCollection resourceCollection) |
ReactiveInsightSummary |
ReactiveInsightSummary.withServiceCollection(ServiceCollection serviceCollection)
A collection of the names of Amazon Web Services services.
|
ReactiveInsightSummary |
ReactiveInsightSummary.withSeverity(InsightSeverity severity)
The severity of the insight.
|
ReactiveInsightSummary |
ReactiveInsightSummary.withSeverity(String severity)
The severity of the insight.
|
ReactiveInsightSummary |
ReactiveInsightSummary.withStatus(InsightStatus status)
The status of a reactive insight.
|
ReactiveInsightSummary |
ReactiveInsightSummary.withStatus(String status)
The status of a reactive insight.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReactiveInsightSummary> |
SearchOrganizationInsightsResult.getReactiveInsights()
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
List<ReactiveInsightSummary> |
SearchInsightsResult.getReactiveInsights()
The returned reactive insights.
|
List<ReactiveInsightSummary> |
ListInsightsResult.getReactiveInsights()
The returned list of reactive insights.
|
| Modifier and Type | Method and Description |
|---|---|
SearchOrganizationInsightsResult |
SearchOrganizationInsightsResult.withReactiveInsights(ReactiveInsightSummary... reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
SearchInsightsResult |
SearchInsightsResult.withReactiveInsights(ReactiveInsightSummary... reactiveInsights)
The returned reactive insights.
|
ListInsightsResult |
ListInsightsResult.withReactiveInsights(ReactiveInsightSummary... reactiveInsights)
The returned list of reactive insights.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchOrganizationInsightsResult.setReactiveInsights(Collection<ReactiveInsightSummary> reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
void |
SearchInsightsResult.setReactiveInsights(Collection<ReactiveInsightSummary> reactiveInsights)
The returned reactive insights.
|
void |
ListInsightsResult.setReactiveInsights(Collection<ReactiveInsightSummary> reactiveInsights)
The returned list of reactive insights.
|
SearchOrganizationInsightsResult |
SearchOrganizationInsightsResult.withReactiveInsights(Collection<ReactiveInsightSummary> reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
SearchInsightsResult |
SearchInsightsResult.withReactiveInsights(Collection<ReactiveInsightSummary> reactiveInsights)
The returned reactive insights.
|
ListInsightsResult |
ListInsightsResult.withReactiveInsights(Collection<ReactiveInsightSummary> reactiveInsights)
The returned list of reactive insights.
|
Copyright © 2023. All rights reserved.