@Generated(value="software.amazon.awssdk:codegen") public enum InstanceAttributeType extends Enum<InstanceAttributeType>
| Enum Constant and Description |
|---|
AUTO_RESOLVE_BEST_VOICES |
CONTACT_LENS |
CONTACTFLOW_LOGS |
EARLY_MEDIA |
INBOUND_CALLS |
MULTI_PARTY_CONFERENCE |
OUTBOUND_CALLS |
UNKNOWN_TO_SDK_VERSION |
USE_CUSTOM_TTS_VOICES |
| Modifier and Type | Method and Description |
|---|---|
static InstanceAttributeType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<InstanceAttributeType> |
knownValues()
|
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 UNKNOWN_TO_SDK_VERSION
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 valuepublic static Set<InstanceAttributeType> 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 InstanceAttributeTypesCopyright © 2022. All rights reserved.