Uses of Class
software.amazon.awssdk.services.route53.model.Dimension
-
Packages that use Dimension Package Description software.amazon.awssdk.services.route53.model -
-
Uses of Dimension in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type Dimension Modifier and Type Method Description List<Dimension>CloudWatchAlarmConfiguration. dimensions()For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.Methods in software.amazon.awssdk.services.route53.model with parameters of type Dimension Modifier and Type Method Description CloudWatchAlarmConfiguration.BuilderCloudWatchAlarmConfiguration.Builder. dimensions(Dimension... dimensions)For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type Dimension Modifier and Type Method Description CloudWatchAlarmConfiguration.BuilderCloudWatchAlarmConfiguration.Builder. dimensions(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.
-