public enum RegionEndpoint extends Enum<RegionEndpoint>
Enum Constant and Description |
---|
APNORTHEAST1 |
APNORTHEAST2 |
APNORTHEAST3 |
APSOUTH1 |
APSOUTHEAST1 |
APSOUTHEAST2 |
CACENTRAL1 |
CNNORTH1 |
CNNORTHWEST1 |
EUCENTRAL1 |
EUNORTH1 |
EUWEST1 |
EUWEST2 |
EUWEST3 |
SAEAST1 |
US_GOV_CLOUD_EAST |
US_GOV_CLOUD_WEST |
USEAST1 |
USEAST2 |
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 USEAST2
public static final RegionEndpoint USWEST1
public static final RegionEndpoint USWEST2
public static final RegionEndpoint APSOUTH1
public static final RegionEndpoint APNORTHEAST1
public static final RegionEndpoint APNORTHEAST2
public static final RegionEndpoint APNORTHEAST3
public static final RegionEndpoint APSOUTHEAST1
public static final RegionEndpoint APSOUTHEAST2
public static final RegionEndpoint CACENTRAL1
public static final RegionEndpoint CNNORTH1
public static final RegionEndpoint CNNORTHWEST1
public static final RegionEndpoint EUCENTRAL1
public static final RegionEndpoint EUWEST1
public static final RegionEndpoint EUWEST2
public static final RegionEndpoint EUWEST3
public static final RegionEndpoint EUNORTH1
public static final RegionEndpoint SAEAST1
public static final RegionEndpoint US_GOV_CLOUD_EAST
public static final RegionEndpoint US_GOV_CLOUD_WEST
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–2020. All rights reserved.