Uses of Class
software.amazon.awssdk.services.cloudwatch.model.InsightRuleMetricDatapoint
Packages that use InsightRuleMetricDatapoint
-
Uses of InsightRuleMetricDatapoint in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type InsightRuleMetricDatapointModifier and TypeMethodDescriptionfinal List<InsightRuleMetricDatapoint>GetInsightRuleReportResponse.metricDatapoints()A time series of metric data points that matches the time period in the rule request.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type InsightRuleMetricDatapointModifier and TypeMethodDescriptionGetInsightRuleReportResponse.Builder.metricDatapoints(InsightRuleMetricDatapoint... metricDatapoints) A time series of metric data points that matches the time period in the rule request.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type InsightRuleMetricDatapointModifier and TypeMethodDescriptionGetInsightRuleReportResponse.Builder.metricDatapoints(Collection<InsightRuleMetricDatapoint> metricDatapoints) A time series of metric data points that matches the time period in the rule request.