Uses of Interface
software.amazon.awssdk.services.devopsguru.model.InsightHealth.Builder
-
Packages that use InsightHealth.Builder Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of InsightHealth.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return InsightHealth.Builder Modifier and Type Method Description static InsightHealth.BuilderInsightHealth. builder()InsightHealth.BuilderInsightHealth.Builder. meanTimeToRecoverInMilliseconds(Long meanTimeToRecoverInMilliseconds)The Meant Time to Recover (MTTR) for the insight.InsightHealth.BuilderInsightHealth.Builder. openProactiveInsights(Integer openProactiveInsights)The number of open proactive insights.InsightHealth.BuilderInsightHealth.Builder. openReactiveInsights(Integer openReactiveInsights)The number of open reactive insights.InsightHealth.BuilderInsightHealth. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type InsightHealth.Builder Modifier and Type Method Description static Class<? extends InsightHealth.Builder>InsightHealth. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type InsightHealth.Builder Modifier and Type Method Description default CloudFormationHealth.BuilderCloudFormationHealth.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.default TagHealth.BuilderTagHealth.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.
-