| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
MetricStat |
MetricStat.clone() |
MetricStat |
MetricDataQuery.getMetricStat()
A metric to be used directly for the SLO, or to be used in the math expression that will be used for the SLO.
|
MetricStat |
MetricStat.withMetric(Metric metric)
The metric to use as the service level indicator, including the metric name, namespace, and dimensions.
|
MetricStat |
MetricStat.withPeriod(Integer period)
The granularity, in seconds, to be used for the metric.
|
MetricStat |
MetricStat.withStat(String stat)
The statistic to use for comparison to the threshold.
|
MetricStat |
MetricStat.withUnit(StandardUnit unit)
If you omit
Unit then all data that was collected with any unit is returned, along with the
corresponding units that were specified when the data was reported to CloudWatch. |
MetricStat |
MetricStat.withUnit(String unit)
If you omit
Unit then all data that was collected with any unit is returned, along with the
corresponding units that were specified when the data was reported to CloudWatch. |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricDataQuery.setMetricStat(MetricStat metricStat)
A metric to be used directly for the SLO, or to be used in the math expression that will be used for the SLO.
|
MetricDataQuery |
MetricDataQuery.withMetricStat(MetricStat metricStat)
A metric to be used directly for the SLO, or to be used in the math expression that will be used for the SLO.
|
Copyright © 2024. All rights reserved.