| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
HistoricalMetricResult |
HistoricalMetricResult.clone() |
HistoricalMetricResult |
HistoricalMetricResult.withCollections(Collection<HistoricalMetricData> collections)
A list of
HistoricalMetricData objects. |
HistoricalMetricResult |
HistoricalMetricResult.withCollections(HistoricalMetricData... collections)
A list of
HistoricalMetricData objects. |
HistoricalMetricResult |
HistoricalMetricResult.withDimensions(Dimensions dimensions)
The
Dimensions for the metrics. |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricalMetricResult> |
GetMetricDataResult.getMetricResults()
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 |
|---|---|
GetMetricDataResult |
GetMetricDataResult.withMetricResults(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 |
|---|---|
void |
GetMetricDataResult.setMetricResults(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. |
GetMetricDataResult |
GetMetricDataResult.withMetricResults(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.