static Regions
DEFAULT_REGION
The default region that new customers in the US are encouraged to use when using AWS services for the first time.
public static final Regions GovCloud
public static final Regions US_GOV_EAST_1
public static final Regions US_EAST_1
public static final Regions US_EAST_2
public static final Regions US_WEST_1
public static final Regions US_WEST_2
public static final Regions EU_WEST_1
public static final Regions EU_WEST_2
public static final Regions EU_WEST_3
public static final Regions EU_CENTRAL_1
public static final Regions EU_CENTRAL_2
public static final Regions EU_NORTH_1
public static final Regions EU_SOUTH_1
public static final Regions EU_SOUTH_2
public static final Regions AP_EAST_1
public static final Regions AP_EAST_2
public static final Regions AP_SOUTH_1
public static final Regions AP_SOUTH_2
public static final Regions AP_SOUTHEAST_1
public static final Regions AP_SOUTHEAST_2
public static final Regions AP_SOUTHEAST_3
public static final Regions AP_SOUTHEAST_4
public static final Regions AP_SOUTHEAST_5
public static final Regions AP_SOUTHEAST_7
public static final Regions AP_NORTHEAST_1
public static final Regions AP_NORTHEAST_2
public static final Regions AP_NORTHEAST_3
public static final Regions SA_EAST_1
public static final Regions CN_NORTH_1
public static final Regions CN_NORTHWEST_1
public static final Regions CA_CENTRAL_1
public static final Regions CA_WEST_1
public static final Regions ME_CENTRAL_1
public static final Regions ME_SOUTH_1
public static final Regions AF_SOUTH_1
public static final Regions US_ISO_EAST_1
public static final Regions US_ISOB_EAST_1
public static final Regions US_ISO_WEST_1
public static final Regions US_ISOF_EAST_1
public static final Regions US_ISOF_SOUTH_1
public static final Regions IL_CENTRAL_1
public static final Regions MX_CENTRAL_1
public static final Regions DEFAULT_REGION
The default region that new customers in the US are encouraged to use when using AWS services for the first time.
public static Regions[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Regions c : Regions.values()) System.out.println(c);
public static Regions valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
public String getName()
The name of this region, used in the regions.xml file to identify it.
public String getDescription()
Descriptive readable name for this region.
@Deprecated public static Regions fromName(String regionName)
Returns a region enum corresponding to the given region name.
regionName
- The name of the region. Ex.: eu-west-1
public static Region getCurrentRegion()
Returns a Region object representing the region the application is running in, when running in EC2. If this method is called from a non-EC2 environment, it will return null.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4