| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
MetricResultV2 |
MetricResultV2.addDimensionsEntry(String key,
String value)
Add a single Dimensions entry
|
MetricResultV2 |
MetricResultV2.clearDimensionsEntries()
Removes all the entries added into Dimensions.
|
MetricResultV2 |
MetricResultV2.clone() |
MetricResultV2 |
MetricResultV2.withCollections(Collection<MetricDataV2> collections)
The set of metrics.
|
MetricResultV2 |
MetricResultV2.withCollections(MetricDataV2... collections)
The set of metrics.
|
MetricResultV2 |
MetricResultV2.withDimensions(Map<String,String> dimensions)
The dimension for the metrics.
|
MetricResultV2 |
MetricResultV2.withMetricInterval(MetricInterval metricInterval)
The interval period with the start and end time for the metrics.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricResultV2> |
GetMetricDataV2Result.getMetricResults()
Information about the metrics requested in the API request If no grouping is specified, a summary of metric data
is returned.
|
| Modifier and Type | Method and Description |
|---|---|
GetMetricDataV2Result |
GetMetricDataV2Result.withMetricResults(MetricResultV2... metricResults)
Information about the metrics requested in the API request If no grouping is specified, a summary of metric data
is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetMetricDataV2Result.setMetricResults(Collection<MetricResultV2> metricResults)
Information about the metrics requested in the API request If no grouping is specified, a summary of metric data
is returned.
|
GetMetricDataV2Result |
GetMetricDataV2Result.withMetricResults(Collection<MetricResultV2> metricResults)
Information about the metrics requested in the API request If no grouping is specified, a summary of metric data
is returned.
|
Copyright © 2023. All rights reserved.