Uses of Class
com.amazonaws.services.route53.model.Statistic
-
Packages that use Statistic Package Description com.amazonaws.services.route53.model -
-
Uses of Statistic in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return Statistic Modifier and Type Method Description static StatisticStatistic. fromValue(String value)Use this in place of valueOf.static StatisticStatistic. valueOf(String name)Returns the enum constant of this type with the specified name.static Statistic[]Statistic. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.route53.model with parameters of type Statistic Modifier and Type Method Description voidCloudWatchAlarmConfiguration. setStatistic(Statistic statistic)The statistic to apply to the CloudWatch metric that is associated with the CloudWatch alarm.CloudWatchAlarmConfigurationCloudWatchAlarmConfiguration. withStatistic(Statistic statistic)The statistic to apply to the CloudWatch metric that is associated with the CloudWatch alarm.
-