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