Enum PresetSpeke20Video
- java.lang.Object
-
- java.lang.Enum<PresetSpeke20Video>
-
- software.amazon.awssdk.services.mediapackage.model.PresetSpeke20Video
-
- All Implemented Interfaces:
Serializable,Comparable<PresetSpeke20Video>
@Generated("software.amazon.awssdk:codegen") public enum PresetSpeke20Video extends Enum<PresetSpeke20Video>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description PRESET_VIDEO_1PRESET_VIDEO_2PRESET_VIDEO_3PRESET_VIDEO_4PRESET_VIDEO_5PRESET_VIDEO_6PRESET_VIDEO_7PRESET_VIDEO_8SHAREDUNENCRYPTEDUNKNOWN_TO_SDK_VERSION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PresetSpeke20VideofromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static Set<PresetSpeke20Video>knownValues()StringtoString()static PresetSpeke20VideovalueOf(String name)Returns the enum constant of this type with the specified name.static PresetSpeke20Video[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PRESET_VIDEO_1
public static final PresetSpeke20Video PRESET_VIDEO_1
-
PRESET_VIDEO_2
public static final PresetSpeke20Video PRESET_VIDEO_2
-
PRESET_VIDEO_3
public static final PresetSpeke20Video PRESET_VIDEO_3
-
PRESET_VIDEO_4
public static final PresetSpeke20Video PRESET_VIDEO_4
-
PRESET_VIDEO_5
public static final PresetSpeke20Video PRESET_VIDEO_5
-
PRESET_VIDEO_6
public static final PresetSpeke20Video PRESET_VIDEO_6
-
PRESET_VIDEO_7
public static final PresetSpeke20Video PRESET_VIDEO_7
-
PRESET_VIDEO_8
public static final PresetSpeke20Video PRESET_VIDEO_8
-
SHARED
public static final PresetSpeke20Video SHARED
-
UNENCRYPTED
public static final PresetSpeke20Video UNENCRYPTED
-
UNKNOWN_TO_SDK_VERSION
public static final PresetSpeke20Video UNKNOWN_TO_SDK_VERSION
-
-
Method Detail
-
values
public static PresetSpeke20Video[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (PresetSpeke20Video c : PresetSpeke20Video.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PresetSpeke20Video valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
toString
public String toString()
- Overrides:
toStringin classEnum<PresetSpeke20Video>
-
fromValue
public static PresetSpeke20Video fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.- Parameters:
value- real value- Returns:
- PresetSpeke20Video corresponding to the value
-
knownValues
public static Set<PresetSpeke20Video> knownValues()
Use this in place ofvalues()to return aSetof all values known to the SDK. This will return all known enum values exceptUNKNOWN_TO_SDK_VERSION.- Returns:
- a
Setof knownPresetSpeke20Videos
-
-