Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.InsightRuleMetricDatapoint.Builder
Packages that use InsightRuleMetricDatapoint.Builder
-
Uses of InsightRuleMetricDatapoint.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return InsightRuleMetricDatapoint.BuilderModifier and TypeMethodDescriptionThe average value from all contributors during the time period represented by that data point.InsightRuleMetricDatapoint.builder()InsightRuleMetricDatapoint.Builder.maxContributorValue(Double maxContributorValue) The maximum value provided by one contributor during this timestamp.The maximum value from a single occurence from a single contributor during the time period represented by that data point.The minimum value from a single contributor during the time period represented by that data point.InsightRuleMetricDatapoint.Builder.sampleCount(Double sampleCount) The number of occurrences that matched the rule during this data point.The sum of the values from all contributors during the time period represented by that data point.The timestamp of the data point.InsightRuleMetricDatapoint.toBuilder()InsightRuleMetricDatapoint.Builder.uniqueContributors(Double uniqueContributors) The number of unique contributors who published data during this timestamp.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type InsightRuleMetricDatapoint.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InsightRuleMetricDatapoint.Builder>InsightRuleMetricDatapoint.serializableBuilderClass()