public enum RegionEndpoint extends Enum<RegionEndpoint>
| Enum Constant and Description |
|---|
AP_NORTHEAST_1 |
AP_NORTHEAST_2 |
AP_NORTHEAST_3 |
AP_SOUTH_1 |
AP_SOUTHEAST_1 |
AP_SOUTHEAST_2 |
CA_CENTRAL_1 |
CN_NORTH_1 |
CN_NORTHWEST_1 |
EU_CENTRAL_1 |
EU_NORTH_1 |
EU_WEST_1 |
EU_WEST_2 |
EU_WEST_3 |
SA_EAST_1 |
US_EAST_1 |
US_EAST_2 |
US_GOV_WEST_1 |
US_WEST_1 |
US_WEST_2 |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static RegionEndpoint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegionEndpoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegionEndpoint US_EAST_1
public static final RegionEndpoint US_EAST_2
public static final RegionEndpoint US_WEST_1
public static final RegionEndpoint US_WEST_2
public static final RegionEndpoint EU_WEST_1
public static final RegionEndpoint EU_WEST_2
public static final RegionEndpoint EU_WEST_3
public static final RegionEndpoint EU_NORTH_1
public static final RegionEndpoint EU_CENTRAL_1
public static final RegionEndpoint AP_NORTHEAST_1
public static final RegionEndpoint AP_NORTHEAST_2
public static final RegionEndpoint AP_NORTHEAST_3
public static final RegionEndpoint AP_SOUTH_1
public static final RegionEndpoint AP_SOUTHEAST_1
public static final RegionEndpoint AP_SOUTHEAST_2
public static final RegionEndpoint SA_EAST_1
public static final RegionEndpoint CA_CENTRAL_1
public static final RegionEndpoint CN_NORTH_1
public static final RegionEndpoint CN_NORTHWEST_1
public static final RegionEndpoint US_GOV_WEST_1
public static RegionEndpoint[] values()
for (RegionEndpoint c : RegionEndpoint.values()) System.out.println(c);
public static RegionEndpoint valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<RegionEndpoint>Copyright © 2019. All rights reserved.