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