| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static InsightHealth.Builder |
InsightHealth.builder() |
InsightHealth.Builder |
InsightHealth.Builder.meanTimeToRecoverInMilliseconds(Long meanTimeToRecoverInMilliseconds)
The Meant Time to Recover (MTTR) for the insight.
|
InsightHealth.Builder |
InsightHealth.Builder.openProactiveInsights(Integer openProactiveInsights)
The number of open proactive insights.
|
InsightHealth.Builder |
InsightHealth.Builder.openReactiveInsights(Integer openReactiveInsights)
The number of open reactive insights.
|
InsightHealth.Builder |
InsightHealth.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InsightHealth.Builder> |
InsightHealth.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CloudFormationHealth.Builder |
CloudFormationHealth.Builder.insight(Consumer<InsightHealth.Builder> insight)
Information about the health of the AWS resources in your account that are specified by an AWS CloudFormation
stack, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of
closed insights.
|
Copyright © 2021. All rights reserved.