| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
HistoricalMetric |
HistoricalMetric.clone() |
HistoricalMetric |
HistoricalMetricData.getMetric()
A
HistoricalMetric object. |
HistoricalMetric |
HistoricalMetric.withName(HistoricalMetricName name)
The name of the historical metric.
|
HistoricalMetric |
HistoricalMetric.withName(String name)
The name of the historical metric.
|
HistoricalMetric |
HistoricalMetric.withStatistic(Statistic statistic)
The statistic for the metric: SUM, MAX, or SUM.
|
HistoricalMetric |
HistoricalMetric.withStatistic(String statistic)
The statistic for the metric: SUM, MAX, or SUM.
|
HistoricalMetric |
HistoricalMetric.withThreshold(Threshold threshold)
The threshold for the metric, used with service level metrics.
|
HistoricalMetric |
HistoricalMetric.withUnit(String unit)
The unit for the metric: COUNT, PERCENT, or SECONDS.
|
HistoricalMetric |
HistoricalMetric.withUnit(Unit unit)
The unit for the metric: COUNT, PERCENT, or SECONDS.
|
| Modifier and Type | Method and Description |
|---|---|
List<HistoricalMetric> |
GetMetricDataRequest.getHistoricalMetrics()
A list of
HistoricalMetric objects that contain the metrics to retrieve with the request. |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoricalMetricData.setMetric(HistoricalMetric metric)
A
HistoricalMetric object. |
GetMetricDataRequest |
GetMetricDataRequest.withHistoricalMetrics(HistoricalMetric... historicalMetrics)
A list of
HistoricalMetric objects that contain the metrics to retrieve with the request. |
HistoricalMetricData |
HistoricalMetricData.withMetric(HistoricalMetric metric)
A
HistoricalMetric object. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetMetricDataRequest.setHistoricalMetrics(Collection<HistoricalMetric> historicalMetrics)
A list of
HistoricalMetric objects that contain the metrics to retrieve with the request. |
GetMetricDataRequest |
GetMetricDataRequest.withHistoricalMetrics(Collection<HistoricalMetric> historicalMetrics)
A list of
HistoricalMetric objects that contain the metrics to retrieve with the request. |
Copyright © 2018. All rights reserved.