| Enum Constant and Description | 
|---|
| AP_NORTHEAST_1 | 
| AP_NORTHEAST_2 | 
| AP_SOUTH_1 | 
| AP_SOUTHEAST_1 | 
| AP_SOUTHEAST_2 | 
| CN_NORTH_1 | 
| EU_CENTRAL_1 | 
| EU_WEST_1 | 
| GOV_CLOUD | 
| SA_EAST_1 | 
| US_EAST_1 | 
| US_WEST_1 | 
| US_WEST_2 | 
| Modifier and Type | Method and Description | 
|---|---|
| static S3Region | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static S3Region[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final S3Region GOV_CLOUD
public static final S3Region US_EAST_1
public static final S3Region US_WEST_1
public static final S3Region US_WEST_2
public static final S3Region EU_WEST_1
public static final S3Region EU_CENTRAL_1
public static final S3Region AP_SOUTH_1
public static final S3Region AP_SOUTHEAST_1
public static final S3Region AP_SOUTHEAST_2
public static final S3Region AP_NORTHEAST_1
public static final S3Region AP_NORTHEAST_2
public static final S3Region SA_EAST_1
public static final S3Region CN_NORTH_1
public static S3Region[] values()
for (S3Region c : S3Region.values()) System.out.println(c);
public static S3Region 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 namejava.lang.NullPointerException - if the argument is null