@Generated(value="software.amazon.awssdk:codegen") public enum NamedFilterAggType extends Enum<NamedFilterAggType>
| Enum Constant and Description |
|---|
AVERAGE |
COUNT |
DISTINCT_COUNT |
MAX |
MEDIAN |
MIN |
NO_AGGREGATION |
STDEV |
STDEVP |
SUM |
UNKNOWN_TO_SDK_VERSION |
VAR |
VARP |
| Modifier and Type | Method and Description |
|---|---|
static NamedFilterAggType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<NamedFilterAggType> |
knownValues()
|
String |
toString() |
static NamedFilterAggType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamedFilterAggType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NamedFilterAggType NO_AGGREGATION
public static final NamedFilterAggType SUM
public static final NamedFilterAggType AVERAGE
public static final NamedFilterAggType COUNT
public static final NamedFilterAggType DISTINCT_COUNT
public static final NamedFilterAggType MAX
public static final NamedFilterAggType MEDIAN
public static final NamedFilterAggType MIN
public static final NamedFilterAggType STDEV
public static final NamedFilterAggType STDEVP
public static final NamedFilterAggType VAR
public static final NamedFilterAggType VARP
public static final NamedFilterAggType UNKNOWN_TO_SDK_VERSION
public static NamedFilterAggType[] values()
for (NamedFilterAggType c : NamedFilterAggType.values()) System.out.println(c);
public static NamedFilterAggType 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<NamedFilterAggType>public static NamedFilterAggType fromValue(String value)
value - real valuepublic static Set<NamedFilterAggType> 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 NamedFilterAggTypesCopyright © 2023. All rights reserved.