| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
ProactiveInsightSummary |
ProactiveInsightSummary.clone() |
ProactiveInsightSummary |
ProactiveInsightSummary.withAssociatedResourceArns(Collection<String> associatedResourceArns)
The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
|
ProactiveInsightSummary |
ProactiveInsightSummary.withAssociatedResourceArns(String... associatedResourceArns)
The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
|
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.withServiceCollection(ServiceCollection serviceCollection)
A collection of the names of Amazon Web Services services.
|
ProactiveInsightSummary |
ProactiveInsightSummary.withSeverity(InsightSeverity severity)
The severity of the insight.
|
ProactiveInsightSummary |
ProactiveInsightSummary.withSeverity(String severity)
The severity of the 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> |
SearchOrganizationInsightsResult.getProactiveInsights()
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
List<ProactiveInsightSummary> |
ListInsightsResult.getProactiveInsights()
The returned list of proactive insights.
|
List<ProactiveInsightSummary> |
SearchInsightsResult.getProactiveInsights()
The returned proactive insights.
|
| Modifier and Type | Method and Description |
|---|---|
SearchOrganizationInsightsResult |
SearchOrganizationInsightsResult.withProactiveInsights(ProactiveInsightSummary... proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
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 |
SearchOrganizationInsightsResult.setProactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
void |
ListInsightsResult.setProactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
The returned list of proactive insights.
|
void |
SearchInsightsResult.setProactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
The returned proactive insights.
|
SearchOrganizationInsightsResult |
SearchOrganizationInsightsResult.withProactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
ListInsightsResult |
ListInsightsResult.withProactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
The returned list of proactive insights.
|
SearchInsightsResult |
SearchInsightsResult.withProactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
The returned proactive insights.
|
Copyright © 2023. All rights reserved.