| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
CurrentMetricData |
CurrentMetricData.clone() |
CurrentMetricData |
CurrentMetricData.withMetric(CurrentMetric metric)
Information about the metric.
|
CurrentMetricData |
CurrentMetricData.withValue(Double value)
The value of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<CurrentMetricData> |
CurrentMetricResult.getCollections()
The set of metrics.
|
| Modifier and Type | Method and Description |
|---|---|
CurrentMetricResult |
CurrentMetricResult.withCollections(CurrentMetricData... collections)
The set of metrics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CurrentMetricResult.setCollections(Collection<CurrentMetricData> collections)
The set of metrics.
|
CurrentMetricResult |
CurrentMetricResult.withCollections(Collection<CurrentMetricData> collections)
The set of metrics.
|
Copyright © 2023. All rights reserved.