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 of the dimension.
|
Modifier and Type | Method and Description |
---|---|
List<Dimension> |
MetricDatum.getDimensions()
The dimensions associated with the metric.
|
List<Dimension> |
AnomalyDetector.getDimensions()
Deprecated.
|
List<Dimension> |
MetricAlarm.getDimensions()
The dimensions for the metric associated with the alarm.
|
List<Dimension> |
SingleMetricAnomalyDetector.getDimensions()
The metric dimensions to create the anomaly detection model for.
|
List<Dimension> |
PutMetricAlarmRequest.getDimensions()
The dimensions for the metric specified in
MetricName . |
List<Dimension> |
PutAnomalyDetectorRequest.getDimensions()
Deprecated.
|
List<Dimension> |
GetMetricStatisticsRequest.getDimensions()
The dimensions.
|
List<Dimension> |
DescribeAnomalyDetectorsRequest.getDimensions()
Limits the results to only the anomaly detection models that are associated with the specified metric dimensions.
|
List<Dimension> |
DescribeAlarmsForMetricRequest.getDimensions()
The dimensions associated with the metric.
|
List<Dimension> |
DeleteAnomalyDetectorRequest.getDimensions()
Deprecated.
|
List<Dimension> |
Metric.getDimensions()
The dimensions for the metric.
|
Modifier and Type | Method and Description |
---|---|
MetricDatum |
MetricDatum.withDimensions(Dimension... dimensions)
The dimensions associated with the metric.
|
AnomalyDetector |
AnomalyDetector.withDimensions(Dimension... dimensions)
Deprecated.
|
MetricAlarm |
MetricAlarm.withDimensions(Dimension... dimensions)
The dimensions for the metric associated with the alarm.
|
SingleMetricAnomalyDetector |
SingleMetricAnomalyDetector.withDimensions(Dimension... dimensions)
The metric dimensions to create the anomaly detection model for.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withDimensions(Dimension... dimensions)
The dimensions for the metric specified in
MetricName . |
PutAnomalyDetectorRequest |
PutAnomalyDetectorRequest.withDimensions(Dimension... dimensions)
Deprecated.
|
GetMetricStatisticsRequest |
GetMetricStatisticsRequest.withDimensions(Dimension... dimensions)
The dimensions.
|
DescribeAnomalyDetectorsRequest |
DescribeAnomalyDetectorsRequest.withDimensions(Dimension... dimensions)
Limits the results to only the anomaly detection models that are associated with the specified metric dimensions.
|
DescribeAlarmsForMetricRequest |
DescribeAlarmsForMetricRequest.withDimensions(Dimension... dimensions)
The dimensions associated with the metric.
|
DeleteAnomalyDetectorRequest |
DeleteAnomalyDetectorRequest.withDimensions(Dimension... dimensions)
Deprecated.
|
Metric |
Metric.withDimensions(Dimension... dimensions)
The dimensions for the metric.
|
Modifier and Type | Method and Description |
---|---|
void |
MetricDatum.setDimensions(Collection<Dimension> dimensions)
The dimensions associated with the metric.
|
void |
AnomalyDetector.setDimensions(Collection<Dimension> dimensions)
Deprecated.
|
void |
MetricAlarm.setDimensions(Collection<Dimension> dimensions)
The dimensions for the metric associated with the alarm.
|
void |
SingleMetricAnomalyDetector.setDimensions(Collection<Dimension> dimensions)
The metric dimensions to create the anomaly detection model for.
|
void |
PutMetricAlarmRequest.setDimensions(Collection<Dimension> dimensions)
The dimensions for the metric specified in
MetricName . |
void |
PutAnomalyDetectorRequest.setDimensions(Collection<Dimension> dimensions)
Deprecated.
|
void |
GetMetricStatisticsRequest.setDimensions(Collection<Dimension> dimensions)
The dimensions.
|
void |
DescribeAnomalyDetectorsRequest.setDimensions(Collection<Dimension> dimensions)
Limits the results to only the anomaly detection models that are associated with the specified metric dimensions.
|
void |
DescribeAlarmsForMetricRequest.setDimensions(Collection<Dimension> dimensions)
The dimensions associated with the metric.
|
void |
DeleteAnomalyDetectorRequest.setDimensions(Collection<Dimension> dimensions)
Deprecated.
|
void |
Metric.setDimensions(Collection<Dimension> dimensions)
The dimensions for the metric.
|
MetricDatum |
MetricDatum.withDimensions(Collection<Dimension> dimensions)
The dimensions associated with the metric.
|
AnomalyDetector |
AnomalyDetector.withDimensions(Collection<Dimension> dimensions)
Deprecated.
|
MetricAlarm |
MetricAlarm.withDimensions(Collection<Dimension> dimensions)
The dimensions for the metric associated with the alarm.
|
SingleMetricAnomalyDetector |
SingleMetricAnomalyDetector.withDimensions(Collection<Dimension> dimensions)
The metric dimensions to create the anomaly detection model for.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withDimensions(Collection<Dimension> dimensions)
The dimensions for the metric specified in
MetricName . |
PutAnomalyDetectorRequest |
PutAnomalyDetectorRequest.withDimensions(Collection<Dimension> dimensions)
Deprecated.
|
GetMetricStatisticsRequest |
GetMetricStatisticsRequest.withDimensions(Collection<Dimension> dimensions)
The dimensions.
|
DescribeAnomalyDetectorsRequest |
DescribeAnomalyDetectorsRequest.withDimensions(Collection<Dimension> dimensions)
Limits the results to only the anomaly detection models that are associated with the specified metric dimensions.
|
DescribeAlarmsForMetricRequest |
DescribeAlarmsForMetricRequest.withDimensions(Collection<Dimension> dimensions)
The dimensions associated with the metric.
|
DeleteAnomalyDetectorRequest |
DeleteAnomalyDetectorRequest.withDimensions(Collection<Dimension> dimensions)
Deprecated.
|
Metric |
Metric.withDimensions(Collection<Dimension> dimensions)
The dimensions for the metric.
|
Copyright © 2023. All rights reserved.