| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
HistoricalMetric |
HistoricalMetricData.metric()
A
HistoricalMetric object. |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricalMetric> |
GetMetricDataRequest.historicalMetrics()
A list of
HistoricalMetric objects that contain the metrics to retrieve with the request. |
| Modifier and Type | Method and Description |
|---|---|
GetMetricDataRequest.Builder |
GetMetricDataRequest.Builder.historicalMetrics(HistoricalMetric... historicalMetrics)
A list of
HistoricalMetric objects that contain the metrics to retrieve with the request. |
HistoricalMetricData.Builder |
HistoricalMetricData.Builder.metric(HistoricalMetric metric)
A
HistoricalMetric object. |
| Modifier and Type | Method and Description |
|---|---|
GetMetricDataRequest.Builder |
GetMetricDataRequest.Builder.historicalMetrics(Collection<HistoricalMetric> historicalMetrics)
A list of
HistoricalMetric objects that contain the metrics to retrieve with the request. |
Copyright © 2019. All rights reserved.