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