Uses of Interface
software.amazon.awssdk.services.devopsguru.model.TagHealth.Builder
-
Packages that use TagHealth.Builder Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of TagHealth.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return TagHealth.Builder Modifier and Type Method Description TagHealth.BuilderTagHealth.Builder. analyzedResourceCount(Long analyzedResourceCount)Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services tag.TagHealth.BuilderTagHealth.Builder. appBoundaryKey(String appBoundaryKey)An Amazon Web Services tag key that is used to identify the Amazon Web Services resources that DevOps Guru analyzes.static TagHealth.BuilderTagHealth. builder()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.TagHealth.BuilderTagHealth.Builder. insight(InsightHealth 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.TagHealth.BuilderTagHealth.Builder. tagValue(String tagValue)The value in an Amazon Web Services tag.TagHealth.BuilderTagHealth. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type TagHealth.Builder Modifier and Type Method Description static Class<? extends TagHealth.Builder>TagHealth. serializableBuilderClass()
-