public enum AMI extends Enum<AMI>
Enum Constant and Description |
---|
AMAZON_LINUX_64_BIT_MINIMAL_AMI_2013_09 |
UBUNTU_64_BIT_PRECISE_LTS_1204_US_EAST_1 |
UBUNTU_64_BIT_PRECISE_LTS_1204_US_WEST_1 |
UBUNTU_64_BIT_PRECISE_LTS_1204_US_WEST_2 |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Distro |
getDistro() |
String |
getId() |
String |
getVersion() |
static AMI |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AMI[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AMI AMAZON_LINUX_64_BIT_MINIMAL_AMI_2013_09
public static final AMI UBUNTU_64_BIT_PRECISE_LTS_1204_US_EAST_1
public static final AMI UBUNTU_64_BIT_PRECISE_LTS_1204_US_WEST_1
public static final AMI UBUNTU_64_BIT_PRECISE_LTS_1204_US_WEST_2
public static AMI[] values()
for (AMI c : AMI.values()) System.out.println(c);
public static AMI 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 getVersion()
public String getDescription()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.