|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||
java.lang.Objectjava.lang.Enum<ResourceType>
com.amazonaws.services.ec2.model.ResourceType
public enum ResourceType
Resource Type
| Method Summary | |
|---|---|
static ResourceType |
fromValue(java.lang.String value)
Use this in place of valueOf. |
java.lang.String |
toString()
|
static ResourceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ResourceType[] |
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 ResourceType CustomerGateway
public static final ResourceType DhcpOptions
public static final ResourceType Image
public static final ResourceType Instance
public static final ResourceType InternetGateway
public static final ResourceType NetworkAcl
public static final ResourceType NetworkInterface
public static final ResourceType ReservedInstances
public static final ResourceType RouteTable
public static final ResourceType Snapshot
public static final ResourceType SpotInstancesRequest
public static final ResourceType Subnet
public static final ResourceType SecurityGroup
public static final ResourceType Volume
public static final ResourceType Vpc
public static final ResourceType VpnConnection
public static final ResourceType VpnGateway
| Method Detail |
|---|
public static ResourceType[] values()
for (ResourceType c : ResourceType.values()) System.out.println(c);
public static ResourceType 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<ResourceType>public static ResourceType 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 | ||||||