Package | Description |
---|---|
com.amazonaws.services.cloudwatch.model |
Modifier and Type | Method and Description |
---|---|
InsightRuleMetricDatapoint |
InsightRuleMetricDatapoint.clone() |
InsightRuleMetricDatapoint |
InsightRuleMetricDatapoint.withAverage(Double average)
The average value from all contributors during the time period represented by that data point.
|
InsightRuleMetricDatapoint |
InsightRuleMetricDatapoint.withMaxContributorValue(Double maxContributorValue)
The maximum value provided by one contributor during this timestamp.
|
InsightRuleMetricDatapoint |
InsightRuleMetricDatapoint.withMaximum(Double maximum)
The maximum value from a single occurence from a single contributor during the time period represented by that
data point.
|
InsightRuleMetricDatapoint |
InsightRuleMetricDatapoint.withMinimum(Double minimum)
The minimum value from a single contributor during the time period represented by that data point.
|
InsightRuleMetricDatapoint |
InsightRuleMetricDatapoint.withSampleCount(Double sampleCount)
The number of occurrences that matched the rule during this data point.
|
InsightRuleMetricDatapoint |
InsightRuleMetricDatapoint.withSum(Double sum)
The sum of the values from all contributors during the time period represented by that data point.
|
InsightRuleMetricDatapoint |
InsightRuleMetricDatapoint.withTimestamp(Date timestamp)
The timestamp of the data point.
|
InsightRuleMetricDatapoint |
InsightRuleMetricDatapoint.withUniqueContributors(Double uniqueContributors)
The number of unique contributors who published data during this timestamp.
|
Modifier and Type | Method and Description |
---|---|
List<InsightRuleMetricDatapoint> |
GetInsightRuleReportResult.getMetricDatapoints()
A time series of metric data points that matches the time period in the rule request.
|
Modifier and Type | Method and Description |
---|---|
GetInsightRuleReportResult |
GetInsightRuleReportResult.withMetricDatapoints(InsightRuleMetricDatapoint... metricDatapoints)
A time series of metric data points that matches the time period in the rule request.
|
Modifier and Type | Method and Description |
---|---|
void |
GetInsightRuleReportResult.setMetricDatapoints(Collection<InsightRuleMetricDatapoint> metricDatapoints)
A time series of metric data points that matches the time period in the rule request.
|
GetInsightRuleReportResult |
GetInsightRuleReportResult.withMetricDatapoints(Collection<InsightRuleMetricDatapoint> metricDatapoints)
A time series of metric data points that matches the time period in the rule request.
|
Copyright © 2022. All rights reserved.