@Generated(value="software.amazon.awssdk:codegen") public enum VPCRegion extends Enum<VPCRegion>
| Enum Constant and Description | 
|---|
| AP_NORTHEAST_1 | 
| AP_NORTHEAST_2 | 
| AP_SOUTH_1 | 
| AP_SOUTHEAST_1 | 
| AP_SOUTHEAST_2 | 
| CA_CENTRAL_1 | 
| CN_NORTH_1 | 
| EU_CENTRAL_1 | 
| EU_WEST_1 | 
| EU_WEST_2 | 
| SA_EAST_1 | 
| UNKNOWN_TO_SDK_VERSION | 
| US_EAST_1 | 
| US_EAST_2 | 
| US_WEST_1 | 
| US_WEST_2 | 
| Modifier and Type | Method and Description | 
|---|---|
| static VPCRegion | fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value. | 
| static Set<VPCRegion> | knownValues() | 
| 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 US_EAST_1
public static final VPCRegion US_EAST_2
public static final VPCRegion US_WEST_1
public static final VPCRegion US_WEST_2
public static final VPCRegion EU_WEST_1
public static final VPCRegion EU_WEST_2
public static final VPCRegion EU_CENTRAL_1
public static final VPCRegion AP_SOUTHEAST_1
public static final VPCRegion AP_SOUTHEAST_2
public static final VPCRegion AP_SOUTH_1
public static final VPCRegion AP_NORTHEAST_1
public static final VPCRegion AP_NORTHEAST_2
public static final VPCRegion SA_EAST_1
public static final VPCRegion CA_CENTRAL_1
public static final VPCRegion CN_NORTH_1
public static final VPCRegion UNKNOWN_TO_SDK_VERSION
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 valueCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.