|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<InstanceAttributeName>
com.amazonaws.services.ec2.model.InstanceAttributeName
public enum InstanceAttributeName
Instance Attribute Name
Method Summary | |
---|---|
static InstanceAttributeName |
fromValue(java.lang.String value)
Use this in place of valueOf. |
java.lang.String |
toString()
|
static InstanceAttributeName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static InstanceAttributeName[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final InstanceAttributeName InstanceType
public static final InstanceAttributeName Kernel
public static final InstanceAttributeName Ramdisk
public static final InstanceAttributeName UserData
public static final InstanceAttributeName DisableApiTermination
public static final InstanceAttributeName InstanceInitiatedShutdownBehavior
public static final InstanceAttributeName RootDeviceName
public static final InstanceAttributeName BlockDeviceMapping
public static final InstanceAttributeName ProductCodes
public static final InstanceAttributeName SourceDestCheck
public static final InstanceAttributeName GroupSet
public static final InstanceAttributeName EbsOptimized
public static final InstanceAttributeName SriovNetSupport
Method Detail |
---|
public static InstanceAttributeName[] values()
for (InstanceAttributeName c : InstanceAttributeName.values()) System.out.println(c);
public static InstanceAttributeName valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<InstanceAttributeName>
public static InstanceAttributeName fromValue(java.lang.String value)
value
- real value
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |