@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum VPCRegion extends Enum<VPCRegion>
Enum Constant and Description |
---|
ApNortheast1 |
ApNortheast2 |
ApSouth1 |
ApSoutheast1 |
ApSoutheast2 |
CaCentral1 |
CnNorth1 |
EuCentral1 |
EuWest1 |
EuWest2 |
SaEast1 |
UsEast1 |
UsEast2 |
UsWest1 |
UsWest2 |
Modifier and Type | Method and Description |
---|---|
static VPCRegion |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static VPCRegion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VPCRegion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VPCRegion UsEast1
public static final VPCRegion UsEast2
public static final VPCRegion UsWest1
public static final VPCRegion UsWest2
public static final VPCRegion EuWest1
public static final VPCRegion EuWest2
public static final VPCRegion EuCentral1
public static final VPCRegion ApSoutheast1
public static final VPCRegion ApSoutheast2
public static final VPCRegion ApSouth1
public static final VPCRegion ApNortheast1
public static final VPCRegion ApNortheast2
public static final VPCRegion SaEast1
public static final VPCRegion CaCentral1
public static final VPCRegion CnNorth1
public static VPCRegion[] values()
for (VPCRegion c : VPCRegion.values()) System.out.println(c);
public static VPCRegion 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 static VPCRegion fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.