| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
MetricDimension |
MetricDimension.clone() |
MetricDimension |
Behavior.getMetricDimension()
The dimension for a metric in your behavior.
|
MetricDimension |
MetricToRetain.getMetricDimension()
The dimension of a metric.
|
MetricDimension |
MetricDimension.withDimensionName(String dimensionName)
A unique identifier for the dimension.
|
MetricDimension |
MetricDimension.withOperator(DimensionValueOperator operator)
Defines how the
dimensionValues of a dimension are interpreted. |
MetricDimension |
MetricDimension.withOperator(String operator)
Defines how the
dimensionValues of a dimension are interpreted. |
| Modifier and Type | Method and Description |
|---|---|
void |
Behavior.setMetricDimension(MetricDimension metricDimension)
The dimension for a metric in your behavior.
|
void |
MetricToRetain.setMetricDimension(MetricDimension metricDimension)
The dimension of a metric.
|
Behavior |
Behavior.withMetricDimension(MetricDimension metricDimension)
The dimension for a metric in your behavior.
|
MetricToRetain |
MetricToRetain.withMetricDimension(MetricDimension metricDimension)
The dimension of a metric.
|
Copyright © 2024. All rights reserved.