@Generated(value="software.amazon.awssdk:codegen") public enum HlsMode extends Enum<HlsMode>
Enum Constant and Description |
---|
LIVE |
UNKNOWN_TO_SDK_VERSION |
VOD |
Modifier and Type | Method and Description |
---|---|
static HlsMode |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<HlsMode> |
knownValues()
|
String |
toString() |
static HlsMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HlsMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HlsMode LIVE
public static final HlsMode VOD
public static final HlsMode UNKNOWN_TO_SDK_VERSION
public static HlsMode[] values()
for (HlsMode c : HlsMode.values()) System.out.println(c);
public static HlsMode 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 static HlsMode fromValue(String value)
value
- real valueCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.