Package | Description |
---|---|
com.amazonaws.services.route53.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> |
CloudWatchAlarmConfiguration.getDimensions()
A list of
Dimension elements for the CloudWatch metric that
is associated with the CloudWatch alarm. |
Modifier and Type | Method and Description |
---|---|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withDimensions(Dimension... dimensions)
A list of
Dimension elements for the CloudWatch metric that
is associated with the CloudWatch alarm. |
Modifier and Type | Method and Description |
---|---|
void |
CloudWatchAlarmConfiguration.setDimensions(Collection<Dimension> dimensions)
A list of
Dimension elements for the CloudWatch metric that
is associated with the CloudWatch alarm. |
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withDimensions(Collection<Dimension> dimensions)
A list of
Dimension elements for the CloudWatch metric that
is associated with the CloudWatch alarm. |
Copyright © 2018. All rights reserved.