Uses of Interface
software.amazon.awssdk.services.devopsguru.model.AccountInsightHealth.Builder
-
Packages that use AccountInsightHealth.Builder Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of AccountInsightHealth.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return AccountInsightHealth.Builder Modifier and Type Method Description static AccountInsightHealth.BuilderAccountInsightHealth. builder()AccountInsightHealth.BuilderAccountInsightHealth.Builder. openProactiveInsights(Integer openProactiveInsights)An integer that specifies the number of open proactive insights in your Amazon Web Services account.AccountInsightHealth.BuilderAccountInsightHealth.Builder. openReactiveInsights(Integer openReactiveInsights)An integer that specifies the number of open reactive insights in your Amazon Web Services account.AccountInsightHealth.BuilderAccountInsightHealth. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type AccountInsightHealth.Builder Modifier and Type Method Description static Class<? extends AccountInsightHealth.Builder>AccountInsightHealth. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type AccountInsightHealth.Builder Modifier and Type Method Description 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.
-