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