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 DimensionDimension. clone()DimensionDimension. withName(String name)The name of the dimension.DimensionDimension. 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 ofDimensionelements 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 CloudWatchAlarmConfigurationCloudWatchAlarmConfiguration. withDimensions(Dimension... dimensions)A list ofDimensionelements 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 voidCloudWatchAlarmConfiguration. setDimensions(Collection<Dimension> dimensions)A list ofDimensionelements for the CloudWatch metric that is associated with the CloudWatch alarm.CloudWatchAlarmConfigurationCloudWatchAlarmConfiguration. withDimensions(Collection<Dimension> dimensions)A list ofDimensionelements for the CloudWatch metric that is associated with the CloudWatch alarm.
-