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