@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum InstanceAttributeType extends Enum<InstanceAttributeType>
| Enum Constant and Description |
|---|
AUTO_RESOLVE_BEST_VOICES |
CONTACT_LENS |
CONTACTFLOW_LOGS |
EARLY_MEDIA |
INBOUND_CALLS |
OUTBOUND_CALLS |
USE_CUSTOM_TTS_VOICES |
| Modifier and Type | Method and Description |
|---|---|
static InstanceAttributeType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static InstanceAttributeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceAttributeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstanceAttributeType INBOUND_CALLS
public static final InstanceAttributeType OUTBOUND_CALLS
public static final InstanceAttributeType CONTACTFLOW_LOGS
public static final InstanceAttributeType CONTACT_LENS
public static final InstanceAttributeType AUTO_RESOLVE_BEST_VOICES
public static final InstanceAttributeType USE_CUSTOM_TTS_VOICES
public static final InstanceAttributeType EARLY_MEDIA
public static InstanceAttributeType[] values()
for (InstanceAttributeType c : InstanceAttributeType.values()) System.out.println(c);
public static InstanceAttributeType 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<InstanceAttributeType>public static InstanceAttributeType fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.Copyright © 2020. All rights reserved.