| 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 TagHealth.Builder |
TagHealth.Builder.insight(Consumer<InsightHealth.Builder> 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.
|
default CloudFormationHealth.Builder |
CloudFormationHealth.Builder.insight(Consumer<InsightHealth.Builder> 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.