| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
AccountHealth.Builder |
AccountHealth.Builder.accountId(String accountId)
The ID of the Amazon Web Services account.
|
static AccountHealth.Builder |
AccountHealth.builder() |
AccountHealth.Builder |
AccountHealth.Builder.insight(AccountInsightHealth 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.
|
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.
|
AccountHealth.Builder |
AccountHealth.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AccountHealth.Builder> |
AccountHealth.serializableBuilderClass() |
Copyright © 2023. All rights reserved.