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