com.atlassian.aws.ec2.awssdk
Enum AwsSupportConstants.Region
java.lang.Object
java.lang.Enum<AwsSupportConstants.Region>
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
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
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.