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