@Generated(value="software.amazon.awssdk:codegen") public enum VPCRegion extends Enum<VPCRegion>
| 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_WEST_3
public static final VPCRegion EU_CENTRAL_1
public static final VPCRegion AP_EAST_1
public static final VPCRegion ME_SOUTH_1
public static final VPCRegion US_GOV_WEST_1
public static final VPCRegion US_GOV_EAST_1
public static final VPCRegion US_ISO_EAST_1
public static final VPCRegion US_ISOB_EAST_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 AP_NORTHEAST_3
public static final VPCRegion EU_NORTH_1
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 AF_SOUTH_1
public static final VPCRegion EU_SOUTH_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 © 2021. All rights reserved.