Uses of Enum
software.amazon.awssdk.services.cloudwatch.model.Statistic
Packages that use Statistic
-
Uses of Statistic in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return StatisticModifier and TypeMethodDescriptionstatic StatisticUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StatisticDescribeAlarmsForMetricRequest.statistic()The statistic for the metric, other than percentiles.final StatisticMetricAlarm.statistic()The statistic for the metric associated with the alarm, other than percentile.final StatisticPutMetricAlarmRequest.statistic()The statistic for the metric specified inMetricName, other than percentile.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 software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type StatisticModifier and TypeMethodDescriptionStatistic.knownValues()GetMetricStatisticsRequest.statistics()The metric statistics, other than percentile.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type StatisticModifier and TypeMethodDescriptionThe statistic for the metric, other than percentiles.The statistic for the metric associated with the alarm, other than percentile.The statistic for the metric specified inMetricName, other than percentile.GetMetricStatisticsRequest.Builder.statistics(Statistic... statistics) The metric statistics, other than percentile.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type StatisticModifier and TypeMethodDescriptionGetMetricStatisticsRequest.Builder.statistics(Collection<Statistic> statistics) The metric statistics, other than percentile.