public static enum AwsEndPointDefinitions.ERegion extends Enum<AwsEndPointDefinitions.ERegion>
| Enum Constant and Description |
|---|
E_IRELAND |
E_JAPAN |
E_NORTHERN_CALIFORNIA |
E_NORTHERN_VIRGINIA |
E_SINGAPORE |
| Modifier and Type | Method and Description |
|---|---|
static AwsEndPointDefinitions.ERegion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwsEndPointDefinitions.ERegion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AwsEndPointDefinitions.ERegion E_NORTHERN_VIRGINIA
public static final AwsEndPointDefinitions.ERegion E_NORTHERN_CALIFORNIA
public static final AwsEndPointDefinitions.ERegion E_IRELAND
public static final AwsEndPointDefinitions.ERegion E_SINGAPORE
public static final AwsEndPointDefinitions.ERegion E_JAPAN
public static AwsEndPointDefinitions.ERegion[] values()
for (AwsEndPointDefinitions.ERegion c : AwsEndPointDefinitions.ERegion.values()) System.out.println(c);
public static AwsEndPointDefinitions.ERegion 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 nullCopyright © 2016 as-development.net. All rights reserved.