| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static AccountInsightHealth.Builder |
AccountInsightHealth.builder() |
AccountInsightHealth.Builder |
AccountInsightHealth.Builder.openProactiveInsights(Integer openProactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
AccountInsightHealth.Builder |
AccountInsightHealth.Builder.openReactiveInsights(Integer openReactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
AccountInsightHealth.Builder |
AccountInsightHealth.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AccountInsightHealth.Builder> |
AccountInsightHealth.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AccountHealth.Builder |
AccountHealth.Builder.insight(Consumer<AccountInsightHealth.Builder> insight)
Information about the health of the Amazon Web Services resources in your account, including the number of
open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
|
Copyright © 2023. All rights reserved.