| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
Dimension.clone() |
Dimension |
Dimension.withName(String name)
For the metric that the CloudWatch alarm is associated with, the name of one dimension.
|
Dimension |
Dimension.withValue(String value)
For the metric that the CloudWatch alarm is associated with, the value of one dimension.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dimension> |
CloudWatchAlarmConfiguration.getDimensions()
For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the
dimensions for the metric.
|
| Modifier and Type | Method and Description |
|---|---|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withDimensions(Dimension... dimensions)
For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the
dimensions for the metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloudWatchAlarmConfiguration.setDimensions(Collection<Dimension> dimensions)
For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the
dimensions for the metric.
|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withDimensions(Collection<Dimension> dimensions)
For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the
dimensions for the metric.
|
Copyright © 2018. All rights reserved.