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