Package | Description |
---|---|
com.amazonaws.services.cloudwatch.model |
Modifier and Type | Method and Description |
---|---|
Dimension |
Dimension.clone() |
Dimension |
Dimension.withName(String name)
The name of the dimension.
|
Dimension |
Dimension.withValue(String value)
The value representing the dimension measurement.
|
Modifier and Type | Method and Description |
---|---|
List<Dimension> |
PutMetricAlarmRequest.getDimensions()
The dimensions for the metric associated with the alarm.
|
List<Dimension> |
Metric.getDimensions()
The dimensions for the metric.
|
List<Dimension> |
MetricDatum.getDimensions()
The dimensions associated with the metric.
|
List<Dimension> |
GetMetricStatisticsRequest.getDimensions()
The dimensions.
|
List<Dimension> |
MetricAlarm.getDimensions()
The dimensions for the metric associated with the alarm.
|
List<Dimension> |
DescribeAlarmsForMetricRequest.getDimensions()
The dimensions associated with the metric.
|
Modifier and Type | Method and Description |
---|---|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withDimensions(Dimension... dimensions)
The dimensions for the metric associated with the alarm.
|
Metric |
Metric.withDimensions(Dimension... dimensions)
The dimensions for the metric.
|
MetricDatum |
MetricDatum.withDimensions(Dimension... dimensions)
The dimensions associated with the metric.
|
GetMetricStatisticsRequest |
GetMetricStatisticsRequest.withDimensions(Dimension... dimensions)
The dimensions.
|
MetricAlarm |
MetricAlarm.withDimensions(Dimension... dimensions)
The dimensions for the metric associated with the alarm.
|
DescribeAlarmsForMetricRequest |
DescribeAlarmsForMetricRequest.withDimensions(Dimension... dimensions)
The dimensions associated with the metric.
|
Modifier and Type | Method and Description |
---|---|
void |
PutMetricAlarmRequest.setDimensions(Collection<Dimension> dimensions)
The dimensions for the metric associated with the alarm.
|
void |
Metric.setDimensions(Collection<Dimension> dimensions)
The dimensions for the metric.
|
void |
MetricDatum.setDimensions(Collection<Dimension> dimensions)
The dimensions associated with the metric.
|
void |
GetMetricStatisticsRequest.setDimensions(Collection<Dimension> dimensions)
The dimensions.
|
void |
MetricAlarm.setDimensions(Collection<Dimension> dimensions)
The dimensions for the metric associated with the alarm.
|
void |
DescribeAlarmsForMetricRequest.setDimensions(Collection<Dimension> dimensions)
The dimensions associated with the metric.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withDimensions(Collection<Dimension> dimensions)
The dimensions for the metric associated with the alarm.
|
Metric |
Metric.withDimensions(Collection<Dimension> dimensions)
The dimensions for the metric.
|
MetricDatum |
MetricDatum.withDimensions(Collection<Dimension> dimensions)
The dimensions associated with the metric.
|
GetMetricStatisticsRequest |
GetMetricStatisticsRequest.withDimensions(Collection<Dimension> dimensions)
The dimensions.
|
MetricAlarm |
MetricAlarm.withDimensions(Collection<Dimension> dimensions)
The dimensions for the metric associated with the alarm.
|
DescribeAlarmsForMetricRequest |
DescribeAlarmsForMetricRequest.withDimensions(Collection<Dimension> dimensions)
The dimensions associated with the metric.
|
Copyright © 2017. All rights reserved.