Uses of Class
software.amazon.awssdk.services.cloudwatch.model.Statistic
-
Packages that use Statistic Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of Statistic in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return Statistic Modifier and Type Method Description static StatisticStatistic. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StatisticDescribeAlarmsForMetricRequest. statistic()The statistic for the metric, other than percentiles.StatisticMetricAlarm. statistic()The statistic for the metric associated with the alarm, other than percentile.StatisticPutMetricAlarmRequest. statistic()The statistic for the metric specified inMetricName, other than percentile.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 software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type Statistic Modifier and Type Method Description static Set<Statistic>Statistic. knownValues()List<Statistic>GetMetricStatisticsRequest. statistics()The metric statistics, other than percentile.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type Statistic Modifier and Type Method Description DescribeAlarmsForMetricRequest.BuilderDescribeAlarmsForMetricRequest.Builder. statistic(Statistic statistic)The statistic for the metric, other than percentiles.MetricAlarm.BuilderMetricAlarm.Builder. statistic(Statistic statistic)The statistic for the metric associated with the alarm, other than percentile.PutMetricAlarmRequest.BuilderPutMetricAlarmRequest.Builder. statistic(Statistic statistic)The statistic for the metric specified inMetricName, other than percentile.GetMetricStatisticsRequest.BuilderGetMetricStatisticsRequest.Builder. statistics(Statistic... statistics)The metric statistics, other than percentile.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type Statistic Modifier and Type Method Description GetMetricStatisticsRequest.BuilderGetMetricStatisticsRequest.Builder. statistics(Collection<Statistic> statistics)The metric statistics, other than percentile.
-