| Package | Description |
|---|---|
| com.amazonaws.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
ResponseResourceMetric |
ResponseResourceMetric.clone() |
ResponseResourceMetric |
ResponseResourceMetric.withDescription(String description)
The description of the metric.
|
ResponseResourceMetric |
ResponseResourceMetric.withMetric(String metric)
The full name of the metric.
|
ResponseResourceMetric |
ResponseResourceMetric.withUnit(String unit)
The unit of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseResourceMetric> |
ListAvailableResourceMetricsResult.getMetrics()
An array of metrics available to query.
|
| Modifier and Type | Method and Description |
|---|---|
ListAvailableResourceMetricsResult |
ListAvailableResourceMetricsResult.withMetrics(ResponseResourceMetric... metrics)
An array of metrics available to query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAvailableResourceMetricsResult.setMetrics(Collection<ResponseResourceMetric> metrics)
An array of metrics available to query.
|
ListAvailableResourceMetricsResult |
ListAvailableResourceMetricsResult.withMetrics(Collection<ResponseResourceMetric> metrics)
An array of metrics available to query.
|
Copyright © 2022. All rights reserved.