com.atlassian.aws.ec2.awssdk
Enum AwsSupportConstants.Region

java.lang.Object
  extended by java.lang.Enum<AwsSupportConstants.Region>
      extended by com.atlassian.aws.ec2.awssdk.AwsSupportConstants.Region
All Implemented Interfaces:
AwsSupportConstants.NameProvider, Serializable, Comparable<AwsSupportConstants.Region>
Enclosing class:
AwsSupportConstants

public static enum AwsSupportConstants.Region
extends Enum<AwsSupportConstants.Region>
implements AwsSupportConstants.NameProvider

NOTE: These enums are persisted to the database. Do not remove or rename them


Enum Constant Summary
ASIA_PACIFIC_NE_1
           
ASIA_PACIFIC_SE_1
           
ASIA_PACIFIC_SE_2
           
CN_NORTH_1
           
CUSTOM
           
EU_CENTRAL_1
           
EU_WEST_1
           
SOUTH_AMERICA_1
           
US_EAST_1
           
US_GOV_W1
           
US_WEST_1
           
US_WEST_2
           
 
Method Summary
 String getDisplayName()
           
 String getEndpoint()
           
 String getName()
           
 String getNormalisedName()
           
 com.amazonaws.regions.Region getSdkRegion()
           
static AwsSupportConstants.Region valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AwsSupportConstants.Region[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

US_EAST_1

public static final AwsSupportConstants.Region US_EAST_1

US_WEST_1

public static final AwsSupportConstants.Region US_WEST_1

US_WEST_2

public static final AwsSupportConstants.Region US_WEST_2

EU_WEST_1

public static final AwsSupportConstants.Region EU_WEST_1

EU_CENTRAL_1

public static final AwsSupportConstants.Region EU_CENTRAL_1

ASIA_PACIFIC_SE_1

public static final AwsSupportConstants.Region ASIA_PACIFIC_SE_1

ASIA_PACIFIC_SE_2

public static final AwsSupportConstants.Region ASIA_PACIFIC_SE_2

ASIA_PACIFIC_NE_1

public static final AwsSupportConstants.Region ASIA_PACIFIC_NE_1

SOUTH_AMERICA_1

public static final AwsSupportConstants.Region SOUTH_AMERICA_1

US_GOV_W1

public static final AwsSupportConstants.Region US_GOV_W1

CN_NORTH_1

public static final AwsSupportConstants.Region CN_NORTH_1

CUSTOM

public static final AwsSupportConstants.Region CUSTOM
Method Detail

values

public static AwsSupportConstants.Region[] 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 (AwsSupportConstants.Region c : AwsSupportConstants.Region.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AwsSupportConstants.Region 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.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getName

@NotNull
public String getName()
Specified by:
getName in interface AwsSupportConstants.NameProvider

getNormalisedName

@NotNull
public String getNormalisedName()

getDisplayName

@NotNull
public String getDisplayName()

getEndpoint

@NotNull
public String getEndpoint()

getSdkRegion

@Nullable
public com.amazonaws.regions.Region getSdkRegion()


Copyright © 2015 Atlassian. All rights reserved.