Uses of Class
software.amazon.awssdk.services.emr.model.Statistic
-
Packages that use Statistic Package Description software.amazon.awssdk.services.emr.model -
-
Uses of Statistic in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.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.StatisticCloudWatchAlarmDefinition. statistic()The statistic to apply to the metric associated with the alarm.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.emr.model that return types with arguments of type Statistic Modifier and Type Method Description static Set<Statistic>Statistic. knownValues()Methods in software.amazon.awssdk.services.emr.model with parameters of type Statistic Modifier and Type Method Description CloudWatchAlarmDefinition.BuilderCloudWatchAlarmDefinition.Builder. statistic(Statistic statistic)The statistic to apply to the metric associated with the alarm.
-