|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.aws.domain.Region
public class Region
Regions used for all aws commands.
Field Summary | |
---|---|
static String |
AP_NORTHEAST_1
Region in Tokyo, launched March 2, 2011. |
static String |
AP_SOUTHEAST_1
Region in Singapore, launched April 28, 2010. |
static Set<String> |
DEFAULT_REGIONS
|
static Set<String> |
DEFAULT_S3
|
static String |
EU
EU (Ireland) |
static String |
EU_WEST_1
|
static String |
US_EAST_1
|
static String |
US_STANDARD
US Standard |
static String |
US_WEST_1
US-West (Northern California) |
Constructor Summary | |
---|---|
Region()
|
Method Summary | |
---|---|
static Properties |
regionProperties()
|
static Properties |
regionPropertiesS3()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String EU
public static final String EU_WEST_1
public static final String US_STANDARD
public static final String US_EAST_1
public static final String US_WEST_1
public static final String AP_SOUTHEAST_1
public static final String AP_NORTHEAST_1
public static Set<String> DEFAULT_S3
public static Set<String> DEFAULT_REGIONS
Constructor Detail |
---|
public Region()
Method Detail |
---|
public static Properties regionPropertiesS3()
public static Properties regionProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |