@Generated(value="software.amazon.awssdk:codegen") public enum ZonalStatistics extends Enum<ZonalStatistics>
| Enum Constant and Description |
|---|
MAX |
MEAN |
MEDIAN |
MIN |
STANDARD_DEVIATION |
SUM |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static ZonalStatistics |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<ZonalStatistics> |
knownValues()
|
String |
toString() |
static ZonalStatistics |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZonalStatistics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZonalStatistics MEAN
public static final ZonalStatistics MEDIAN
public static final ZonalStatistics STANDARD_DEVIATION
public static final ZonalStatistics MAX
public static final ZonalStatistics MIN
public static final ZonalStatistics SUM
public static final ZonalStatistics UNKNOWN_TO_SDK_VERSION
public static ZonalStatistics[] values()
for (ZonalStatistics c : ZonalStatistics.values()) System.out.println(c);
public static ZonalStatistics valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<ZonalStatistics>public static ZonalStatistics fromValue(String value)
value - real valuepublic static Set<ZonalStatistics> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known ZonalStatisticssCopyright © 2023. All rights reserved.