| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricalMetricResult> |
GetMetricDataResponse.metricResults()
A list of
HistoricalMetricResult objects, organized by Dimensions, which is the ID of
the resource specified in the Filters used for the request. |
| Modifier and Type | Method and Description |
|---|---|
GetMetricDataResponse.Builder |
GetMetricDataResponse.Builder.metricResults(HistoricalMetricResult... metricResults)
A list of
HistoricalMetricResult objects, organized by Dimensions, which is the ID
of the resource specified in the Filters used for the request. |
| Modifier and Type | Method and Description |
|---|---|
GetMetricDataResponse.Builder |
GetMetricDataResponse.Builder.metricResults(Collection<HistoricalMetricResult> metricResults)
A list of
HistoricalMetricResult objects, organized by Dimensions, which is the ID
of the resource specified in the Filters used for the request. |
Copyright © 2019. All rights reserved.