Uses of Interface
software.amazon.awssdk.services.devopsguru.model.AccountHealth.Builder
-
Packages that use AccountHealth.Builder Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of AccountHealth.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return AccountHealth.Builder Modifier and Type Method Description AccountHealth.BuilderAccountHealth.Builder. accountId(String accountId)The ID of the Amazon Web Services account.static AccountHealth.BuilderAccountHealth. builder()default AccountHealth.BuilderAccountHealth.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.BuilderAccountHealth.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.AccountHealth.BuilderAccountHealth. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type AccountHealth.Builder Modifier and Type Method Description static Class<? extends AccountHealth.Builder>AccountHealth. serializableBuilderClass()
-