| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
CurrentMetric |
CurrentMetric.clone() |
CurrentMetric |
CurrentMetricData.getMetric()
Information about the metric.
|
CurrentMetric |
CurrentMetric.withName(CurrentMetricName name)
The name of the metric.
|
CurrentMetric |
CurrentMetric.withName(String name)
The name of the metric.
|
CurrentMetric |
CurrentMetric.withUnit(String unit)
The unit for the metric.
|
CurrentMetric |
CurrentMetric.withUnit(Unit unit)
The unit for the metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<CurrentMetric> |
GetCurrentMetricDataRequest.getCurrentMetrics()
The metrics to retrieve.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CurrentMetricData.setMetric(CurrentMetric metric)
Information about the metric.
|
GetCurrentMetricDataRequest |
GetCurrentMetricDataRequest.withCurrentMetrics(CurrentMetric... currentMetrics)
The metrics to retrieve.
|
CurrentMetricData |
CurrentMetricData.withMetric(CurrentMetric metric)
Information about the metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCurrentMetricDataRequest.setCurrentMetrics(Collection<CurrentMetric> currentMetrics)
The metrics to retrieve.
|
GetCurrentMetricDataRequest |
GetCurrentMetricDataRequest.withCurrentMetrics(Collection<CurrentMetric> currentMetrics)
The metrics to retrieve.
|
Copyright © 2022. All rights reserved.