| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
InsightHealth |
InsightHealth.clone() |
InsightHealth |
TagHealth.getInsight()
Information about the health of the Amazon Web Services resources in your account that are specified by an Amazon
Web Services tag, including the number of open proactive, open reactive insights, and the Mean Time to Recover
(MTTR) of closed insights.
|
InsightHealth |
CloudFormationHealth.getInsight()
Information about the health of the Amazon Web Services resources in your account that are specified by an Amazon
Web Services CloudFormation stack, including the number of open proactive, open reactive insights, and the Mean
Time to Recover (MTTR) of closed insights.
|
InsightHealth |
InsightHealth.withMeanTimeToRecoverInMilliseconds(Long meanTimeToRecoverInMilliseconds)
The Meant Time to Recover (MTTR) for the insight.
|
InsightHealth |
InsightHealth.withOpenProactiveInsights(Integer openProactiveInsights)
The number of open proactive insights.
|
InsightHealth |
InsightHealth.withOpenReactiveInsights(Integer openReactiveInsights)
The number of open reactive insights.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagHealth.setInsight(InsightHealth insight)
Information about the health of the Amazon Web Services resources in your account that are specified by an Amazon
Web Services tag, including the number of open proactive, open reactive insights, and the Mean Time to Recover
(MTTR) of closed insights.
|
void |
CloudFormationHealth.setInsight(InsightHealth insight)
Information about the health of the Amazon Web Services resources in your account that are specified by an Amazon
Web Services CloudFormation stack, including the number of open proactive, open reactive insights, and the Mean
Time to Recover (MTTR) of closed insights.
|
TagHealth |
TagHealth.withInsight(InsightHealth insight)
Information about the health of the Amazon Web Services resources in your account that are specified by an Amazon
Web Services tag, including the number of open proactive, open reactive insights, and the Mean Time to Recover
(MTTR) of closed insights.
|
CloudFormationHealth |
CloudFormationHealth.withInsight(InsightHealth insight)
Information about the health of the Amazon Web Services resources in your account that are specified by an Amazon
Web Services CloudFormation stack, including the number of open proactive, open reactive insights, and the Mean
Time to Recover (MTTR) of closed insights.
|
Copyright © 2023. All rights reserved.