| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
Dimension.clone() |
Dimension |
Dimension.withName(DimensionName name)
The name of the dimension.
|
Dimension |
Dimension.withName(String name)
The name of the dimension.
|
Dimension |
Dimension.withValue(String value)
The dimension's value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dimension> |
SummaryMetricQueryResult.getDimensions()
The dimensions of the metric.
|
List<Dimension> |
SummaryMetricQuery.getDimensions()
The dimensions of the summary metric.
|
| Modifier and Type | Method and Description |
|---|---|
SummaryMetricQueryResult |
SummaryMetricQueryResult.withDimensions(Dimension... dimensions)
The dimensions of the metric.
|
SummaryMetricQuery |
SummaryMetricQuery.withDimensions(Dimension... dimensions)
The dimensions of the summary metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SummaryMetricQueryResult.setDimensions(Collection<Dimension> dimensions)
The dimensions of the metric.
|
void |
SummaryMetricQuery.setDimensions(Collection<Dimension> dimensions)
The dimensions of the summary metric.
|
SummaryMetricQueryResult |
SummaryMetricQueryResult.withDimensions(Collection<Dimension> dimensions)
The dimensions of the metric.
|
SummaryMetricQuery |
SummaryMetricQuery.withDimensions(Collection<Dimension> dimensions)
The dimensions of the summary metric.
|
Copyright © 2024. All rights reserved.