Uses of Enum
com.amazonaws.services.cloudwatch.model.Statistic
Packages that use Statistic
-
Uses of Statistic in com.amazonaws.services.cloudwatch.model
Methods in com.amazonaws.services.cloudwatch.model that return StatisticModifier and TypeMethodDescriptionstatic Statistic
Use this in place of valueOf.static Statistic
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.cloudwatch.model with parameters of type StatisticModifier and TypeMethodDescriptionvoid
DescribeAlarmsForMetricRequest.setStatistic
(Statistic statistic) The statistic for the metric.void
MetricAlarm.setStatistic
(Statistic statistic) The statistic to apply to the alarm's associated metric.void
PutMetricAlarmRequest.setStatistic
(Statistic statistic) The statistic to apply to the alarm's associated metric.DescribeAlarmsForMetricRequest.withStatistic
(Statistic statistic) The statistic for the metric.MetricAlarm.withStatistic
(Statistic statistic) The statistic to apply to the alarm's associated metric.PutMetricAlarmRequest.withStatistic
(Statistic statistic) The statistic to apply to the alarm's associated metric.GetMetricStatisticsRequest.withStatistics
(Statistic... statistics) The metric statistics to return.