Uses of Class
software.amazon.awssdk.services.cloudwatch.model.InsightRuleMetricDatapoint
-
Packages that use InsightRuleMetricDatapoint Package Description software.amazon.awssdk.services.cloudwatch.model -
-
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 InsightRuleMetricDatapoint Modifier and Type Method Description 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 InsightRuleMetricDatapoint Modifier and Type Method Description GetInsightRuleReportResponse.BuilderGetInsightRuleReportResponse.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 InsightRuleMetricDatapoint Modifier and Type Method Description GetInsightRuleReportResponse.BuilderGetInsightRuleReportResponse.Builder. metricDatapoints(Collection<InsightRuleMetricDatapoint> metricDatapoints)A time series of metric data points that matches the time period in the rule request.
-