Package org.jclouds.aws.domain
Class Region
- java.lang.Object
-
- org.jclouds.aws.domain.Region
-
public class Region extends Object
Regions used for all aws commands.- See Also:
- ,
-
-
Field Summary
Fields Modifier and Type Field Description static StringAP_NORTHEAST_1Region in Tokyo, launched March 2, 2011.static StringAP_NORTHEAST_2Region in Seoul, launched January 6, 2016.static StringAP_SOUTH_1Region in Mumbai (India), launched June 27, 2016.static StringAP_SOUTHEAST_1Region in Singapore, launched April 28, 2010.static StringAP_SOUTHEAST_2Asia Pacific (Sydney)static StringCA_CENTRAL_1CA-CENTRAL-1 (Canada)static StringCN_NORTH_1Region in Beijing, launched early 2014.static StringCN_NORTHWEST_1Region in Ningxia, launched Dec 12, 2017.static Set<String>DEFAULT_REGIONSstatic Set<String>DEFAULT_S3static StringEU_CENTRAL_1EU (Frankfurt)static StringEU_NORTH_1EU (Stockholm)static StringEU_WEST_1EU (Ireland)static StringEU_WEST_2EU (London)static StringEU_WEST_3EU (Paris)static StringME_SOUTH_1ME (Bahrain)static StringSA_EAST_1SA-EAST-1 (Sao Paolo)static StringUS_EAST_1US-East-1 (N.static StringUS_EAST_2US-East-2 (Ohio)static StringUS_STANDARDUS Standardstatic StringUS_WEST_1US-West (Northern California)static StringUS_WEST_2US-West-2 (Oregon)
-
Constructor Summary
Constructors Constructor Description Region()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PropertiesregionProperties()static PropertiesregionPropertiesS3()
-
-
-
-
Field Detail
-
EU_WEST_1
public static final String EU_WEST_1
EU (Ireland)S3
In Amazon S3, the EU (Ireland) Region provides read-after-write consistency for PUTS of new objects in your Amazon S3 bucket and eventual consistency for overwrite PUTS and DELETES.- See Also:
- Constant Field Values
-
EU_WEST_2
public static final String EU_WEST_2
EU (London)- See Also:
- Constant Field Values
-
EU_WEST_3
public static final String EU_WEST_3
EU (Paris)- See Also:
- Constant Field Values
-
EU_CENTRAL_1
public static final String EU_CENTRAL_1
EU (Frankfurt)- See Also:
- Constant Field Values
-
EU_NORTH_1
public static final String EU_NORTH_1
EU (Stockholm)- See Also:
- Constant Field Values
-
US_STANDARD
public static final String US_STANDARD
US StandardS3
This is the default Region. All requests sent to s3.amazonaws.com go to this Region unless you specify a LocationConstraint on a bucket. The US Standard Region automatically places your data in either Amazon's east or west coast data centers depending on what will provide you with the lowest latency. To use this region, do not set the LocationConstraint bucket parameter. The US Standard Region provides eventual consistency for all requests.- See Also:
- Constant Field Values
-
US_EAST_1
public static final String US_EAST_1
US-East-1 (N. Virginia)- See Also:
- Constant Field Values
-
US_EAST_2
public static final String US_EAST_2
US-East-2 (Ohio)- See Also:
- Constant Field Values
-
US_WEST_1
public static final String US_WEST_1
US-West (Northern California)S3
Uses Amazon S3 servers in Northern California Optionally, use the endpoint s3-us-west-1.amazonaws.com on all requests to this bucket to reduce the latency you might experience after the first hour of creating a bucket in this Region. In Amazon S3, the US-West (Northern California) Region provides read-after-write consistency for PUTS of new objects in your Amazon S3 bucket and eventual consistency for overwrite PUTS and DELETES.- See Also:
- Constant Field Values
-
US_WEST_2
public static final String US_WEST_2
US-West-2 (Oregon)- See Also:
- Constant Field Values
-
CA_CENTRAL_1
public static final String CA_CENTRAL_1
CA-CENTRAL-1 (Canada)- See Also:
- Constant Field Values
-
SA_EAST_1
public static final String SA_EAST_1
SA-EAST-1 (Sao Paolo)- See Also:
- Constant Field Values
-
AP_SOUTHEAST_2
public static final String AP_SOUTHEAST_2
Asia Pacific (Sydney)- See Also:
- Constant Field Values
-
AP_SOUTHEAST_1
public static final String AP_SOUTHEAST_1
Region in Singapore, launched April 28, 2010. This region improves latency for Asia-based users- See Also:
- Constant Field Values
-
AP_SOUTH_1
public static final String AP_SOUTH_1
Region in Mumbai (India), launched June 27, 2016. This region improves latency for Asia-based users- See Also:
- Constant Field Values
-
AP_NORTHEAST_1
public static final String AP_NORTHEAST_1
Region in Tokyo, launched March 2, 2011. This region improves latency for Asia-based users- See Also:
- Constant Field Values
-
AP_NORTHEAST_2
public static final String AP_NORTHEAST_2
Region in Seoul, launched January 6, 2016. This region improves latency for Asia-based users- See Also:
- Constant Field Values
-
CN_NORTH_1
public static final String CN_NORTH_1
Region in Beijing, launched early 2014. This region improves latency for China users- See Also:
- Constant Field Values
-
CN_NORTHWEST_1
public static final String CN_NORTHWEST_1
Region in Ningxia, launched Dec 12, 2017. This region improves latency for China users- See Also:
- Constant Field Values
-
ME_SOUTH_1
public static final String ME_SOUTH_1
ME (Bahrain)- See Also:
- Constant Field Values
-
-
Method Detail
-
regionPropertiesS3
public static Properties regionPropertiesS3()
-
regionProperties
public static Properties regionProperties()
-
-