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