public enum RegionEndpoint extends Enum<RegionEndpoint>
Enum Constant and Description |
---|
APNORTHEAST1 |
APSOUTHEAST1 |
APSOUTHEAST2 |
EUCENTRAL1 |
EUWEST1 |
SAEAST1 |
USEAST1 |
USWEST1 |
USWEST2 |
Modifier and Type | Method and Description |
---|---|
String |
getEndpoint() |
String |
getRegion() |
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 USEAST1
public static final RegionEndpoint USWEST1
public static final RegionEndpoint USWEST2
public static final RegionEndpoint EUWEST1
public static final RegionEndpoint EUCENTRAL1
public static final RegionEndpoint APSOUTHEAST1
public static final RegionEndpoint APSOUTHEAST2
public static final RegionEndpoint APNORTHEAST1
public static final RegionEndpoint SAEAST1
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 getEndpoint()
public String getRegion()
public String toString()
toString
in class Enum<RegionEndpoint>
Copyright © 2010–2016. All rights reserved.