Uses of Class
com.amazonaws.services.cloudwatch.model.Statistic
-
Packages that use Statistic Package Description com.amazonaws.services.cloudwatch.model -
-
Uses of Statistic in com.amazonaws.services.cloudwatch.model
Methods in com.amazonaws.services.cloudwatch.model that return Statistic Modifier and Type Method Description static Statistic
Statistic. fromValue(String value)
Use this in place of valueOf.static Statistic
Statistic. 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.cloudwatch.model with parameters of type Statistic Modifier and Type Method Description void
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
DescribeAlarmsForMetricRequest. withStatistic(Statistic statistic)
The statistic for the metric.MetricAlarm
MetricAlarm. withStatistic(Statistic statistic)
The statistic to apply to the alarm's associated metric.PutMetricAlarmRequest
PutMetricAlarmRequest. withStatistic(Statistic statistic)
The statistic to apply to the alarm's associated metric.GetMetricStatisticsRequest
GetMetricStatisticsRequest. withStatistics(Statistic... statistics)
The metric statistics to return.
-