Package | Description |
---|---|
com.amazonaws.services.route53.model | |
com.amazonaws.services.route53.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Dimension> |
CloudWatchAlarmConfiguration.dimensions
A list of
Dimension elements for the CloudWatch metric that
is associated with the CloudWatch alarm. |
Modifier and Type | Method and Description |
---|---|
Dimension |
Dimension.clone() |
Dimension |
Dimension.withName(java.lang.String name)
The name of the dimension.
|
Dimension |
Dimension.withValue(java.lang.String value)
The value of the dimension.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Dimension> dimensions)
A list of
Dimension elements for the CloudWatch metric that
is associated with the CloudWatch alarm. |
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withDimensions(java.util.Collection<Dimension> dimensions)
A list of
Dimension elements for the CloudWatch metric that
is associated with the CloudWatch alarm. |
Modifier and Type | Method and Description |
---|---|
Dimension |
DimensionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |