@Generated(value="software.amazon.awssdk:codegen") public enum HistoricalMetricName extends Enum<HistoricalMetricName>
A list of historical metric names.
| Modifier and Type | Method and Description |
|---|---|
static HistoricalMetricName |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<HistoricalMetricName> |
knownValues()
|
String |
toString() |
static HistoricalMetricName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoricalMetricName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoricalMetricName CONTACTS_QUEUED
public static final HistoricalMetricName CONTACTS_HANDLED
public static final HistoricalMetricName CONTACTS_ABANDONED
public static final HistoricalMetricName CONTACTS_CONSULTED
public static final HistoricalMetricName CONTACTS_AGENT_HUNG_UP_FIRST
public static final HistoricalMetricName CONTACTS_HANDLED_INCOMING
public static final HistoricalMetricName CONTACTS_HANDLED_OUTBOUND
public static final HistoricalMetricName CONTACTS_HOLD_ABANDONS
public static final HistoricalMetricName CONTACTS_TRANSFERRED_IN
public static final HistoricalMetricName CONTACTS_TRANSFERRED_OUT
public static final HistoricalMetricName CONTACTS_TRANSFERRED_IN_FROM_QUEUE
public static final HistoricalMetricName CONTACTS_TRANSFERRED_OUT_FROM_QUEUE
public static final HistoricalMetricName CONTACTS_MISSED
public static final HistoricalMetricName CALLBACK_CONTACTS_HANDLED
public static final HistoricalMetricName API_CONTACTS_HANDLED
public static final HistoricalMetricName OCCUPANCY
public static final HistoricalMetricName HANDLE_TIME
public static final HistoricalMetricName AFTER_CONTACT_WORK_TIME
public static final HistoricalMetricName QUEUED_TIME
public static final HistoricalMetricName ABANDON_TIME
public static final HistoricalMetricName QUEUE_ANSWER_TIME
public static final HistoricalMetricName HOLD_TIME
public static final HistoricalMetricName INTERACTION_TIME
public static final HistoricalMetricName INTERACTION_AND_HOLD_TIME
public static final HistoricalMetricName SERVICE_LEVEL
public static final HistoricalMetricName UNKNOWN_TO_SDK_VERSION
public static HistoricalMetricName[] values()
for (HistoricalMetricName c : HistoricalMetricName.values()) System.out.println(c);
public static HistoricalMetricName 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<HistoricalMetricName>public static HistoricalMetricName fromValue(String value)
value - real valuepublic static Set<HistoricalMetricName> 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 HistoricalMetricNamesCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.