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