@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum CloudWatchRegion extends Enum<CloudWatchRegion>
Enum Constant and Description |
---|
ApNortheast1 |
ApNortheast2 |
ApSouth1 |
ApSoutheast1 |
ApSoutheast2 |
CaCentral1 |
EuCentral1 |
EuWest1 |
EuWest2 |
SaEast1 |
UsEast1 |
UsEast2 |
UsWest1 |
UsWest2 |
Modifier and Type | Method and Description |
---|---|
static CloudWatchRegion |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static CloudWatchRegion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudWatchRegion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CloudWatchRegion UsEast1
public static final CloudWatchRegion UsEast2
public static final CloudWatchRegion UsWest1
public static final CloudWatchRegion UsWest2
public static final CloudWatchRegion CaCentral1
public static final CloudWatchRegion EuCentral1
public static final CloudWatchRegion EuWest1
public static final CloudWatchRegion EuWest2
public static final CloudWatchRegion ApSouth1
public static final CloudWatchRegion ApSoutheast1
public static final CloudWatchRegion ApSoutheast2
public static final CloudWatchRegion ApNortheast1
public static final CloudWatchRegion ApNortheast2
public static final CloudWatchRegion SaEast1
public static CloudWatchRegion[] values()
for (CloudWatchRegion c : CloudWatchRegion.values()) System.out.println(c);
public static CloudWatchRegion 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<CloudWatchRegion>
public static CloudWatchRegion fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.