Uses of Class
com.amazonaws.services.route53.model.Dimension
-
Packages that use Dimension Package Description com.amazonaws.services.route53.model -
-
Uses of Dimension in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return Dimension Modifier and Type Method Description Dimension
Dimension. clone()
Dimension
Dimension. withName(String name)
The name of the dimension.Dimension
Dimension. withValue(String value)
The value of the dimension.Methods in com.amazonaws.services.route53.model that return types with arguments of type Dimension Modifier and Type Method Description List<Dimension>
CloudWatchAlarmConfiguration. getDimensions()
A list ofDimension
elements for the CloudWatch metric that is associated with the CloudWatch alarm.Methods in com.amazonaws.services.route53.model with parameters of type Dimension Modifier and Type Method Description CloudWatchAlarmConfiguration
CloudWatchAlarmConfiguration. withDimensions(Dimension... dimensions)
A list ofDimension
elements for the CloudWatch metric that is associated with the CloudWatch alarm.Method parameters in com.amazonaws.services.route53.model with type arguments of type Dimension Modifier and Type Method Description void
CloudWatchAlarmConfiguration. setDimensions(Collection<Dimension> dimensions)
A list ofDimension
elements for the CloudWatch metric that is associated with the CloudWatch alarm.CloudWatchAlarmConfiguration
CloudWatchAlarmConfiguration. withDimensions(Collection<Dimension> dimensions)
A list ofDimension
elements for the CloudWatch metric that is associated with the CloudWatch alarm.
-