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