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 StatisticUse this in place of valueOf.static StatisticReturns 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 TypeMethodDescriptionvoidDescribeAlarmsForMetricRequest.setStatistic(Statistic statistic) The statistic for the metric.voidMetricAlarm.setStatistic(Statistic statistic) The statistic to apply to the alarm's associated metric.voidPutMetricAlarmRequest.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.