@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum DashUtcTimingMode extends Enum<DashUtcTimingMode>
| Enum Constant and Description |
|---|
HTTP_HEAD |
HTTP_ISO |
HTTP_XSDATE |
UTC_DIRECT |
| Modifier and Type | Method and Description |
|---|---|
static DashUtcTimingMode |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static DashUtcTimingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DashUtcTimingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DashUtcTimingMode HTTP_HEAD
public static final DashUtcTimingMode HTTP_ISO
public static final DashUtcTimingMode HTTP_XSDATE
public static final DashUtcTimingMode UTC_DIRECT
public static DashUtcTimingMode[] values()
for (DashUtcTimingMode c : DashUtcTimingMode.values()) System.out.println(c);
public static DashUtcTimingMode 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<DashUtcTimingMode>public static DashUtcTimingMode fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.