| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
HistoricalMetric |
HistoricalMetric.clone() |
HistoricalMetric |
HistoricalMetricData.getMetric()
Information about the metric.
|
HistoricalMetric |
HistoricalMetric.withName(HistoricalMetricName name)
The name of the metric.
|
HistoricalMetric |
HistoricalMetric.withName(String name)
The name of the metric.
|
HistoricalMetric |
HistoricalMetric.withStatistic(Statistic statistic)
The statistic for the metric.
|
HistoricalMetric |
HistoricalMetric.withStatistic(String statistic)
The statistic for the metric.
|
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.
|
HistoricalMetric |
HistoricalMetric.withUnit(Unit unit)
The unit for the metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<HistoricalMetric> |
GetMetricDataRequest.getHistoricalMetrics()
The metrics to retrieve.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HistoricalMetricData.setMetric(HistoricalMetric metric)
Information about the metric.
|
GetMetricDataRequest |
GetMetricDataRequest.withHistoricalMetrics(HistoricalMetric... historicalMetrics)
The metrics to retrieve.
|
HistoricalMetricData |
HistoricalMetricData.withMetric(HistoricalMetric metric)
Information about the metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetMetricDataRequest.setHistoricalMetrics(Collection<HistoricalMetric> historicalMetrics)
The metrics to retrieve.
|
GetMetricDataRequest |
GetMetricDataRequest.withHistoricalMetrics(Collection<HistoricalMetric> historicalMetrics)
The metrics to retrieve.
|
Copyright © 2024. All rights reserved.