@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 |
ENHANCED_CHAT_MONITORING |
ENHANCED_CONTACT_MONITORING |
HIGH_VOLUME_OUTBOUND |
INBOUND_CALLS |
MULTI_PARTY_CONFERENCE |
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 final InstanceAttributeType MULTI_PARTY_CONFERENCE
public static final InstanceAttributeType HIGH_VOLUME_OUTBOUND
public static final InstanceAttributeType ENHANCED_CONTACT_MONITORING
public static final InstanceAttributeType ENHANCED_CHAT_MONITORING
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.