public enum RegionEndpoint extends Enum<RegionEndpoint> implements CommonRegion
Enum Constant and Description |
---|
APNORTHEAST1 |
APNORTHEAST2 |
APNORTHEAST3 |
APSOUTH1 |
APSOUTHEAST1 |
APSOUTHEAST2 |
CACENTRAL1 |
CNNORTH1 |
CNNORTHWEST1 |
EUCENTRAL1 |
EUNORTH1 |
EUWEST1 |
EUWEST2 |
EUWEST3 |
SAEAST1 |
USEAST1 |
USEAST2 |
USGOVEAST1 |
USGOVWEST1 |
USWEST1 |
USWEST2 |
Modifier and Type | Method and Description |
---|---|
String |
getRegion() |
String |
toString() |
String |
value() |
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 USEAST1
public static final RegionEndpoint USEAST2
public static final RegionEndpoint USWEST1
public static final RegionEndpoint USWEST2
public static final RegionEndpoint APSOUTH1
public static final RegionEndpoint APSOUTHEAST1
public static final RegionEndpoint APSOUTHEAST2
public static final RegionEndpoint APNORTHEAST1
public static final RegionEndpoint APNORTHEAST2
public static final RegionEndpoint APNORTHEAST3
public static final RegionEndpoint CACENTRAL1
public static final RegionEndpoint CNNORTH1
public static final RegionEndpoint CNNORTHWEST1
public static final RegionEndpoint EUWEST1
public static final RegionEndpoint EUWEST2
public static final RegionEndpoint EUWEST3
public static final RegionEndpoint EUCENTRAL1
public static final RegionEndpoint EUNORTH1
public static final RegionEndpoint SAEAST1
public static final RegionEndpoint USGOVEAST1
public static final RegionEndpoint USGOVWEST1
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 value()
public String toString()
toString
in class Enum<RegionEndpoint>
public String getRegion()
getRegion
in interface CommonRegion
Copyright © 2010–2019. All rights reserved.