@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)", date="2022-07-01T09:58:39.365Z") public enum PriceClass extends java.lang.Enum<PriceClass>
See https://aws.amazon.com/cloudfront/pricing/ for full list of supported regions.
Enum Constant and Description |
---|
PRICE_CLASS_100
USA, Canada, Europe, & Israel.
|
PRICE_CLASS_200
PRICE_CLASS_100 + South Africa, Kenya, Middle East, Japan, Singapore, South Korea, Taiwan, Hong Kong, & Philippines.
|
PRICE_CLASS_ALL
All locations.
|
Modifier and Type | Method and Description |
---|---|
static PriceClass |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PriceClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PriceClass PRICE_CLASS_100
public static final PriceClass PRICE_CLASS_200
public static final PriceClass PRICE_CLASS_ALL
public static PriceClass[] values()
for (PriceClass c : PriceClass.values()) System.out.println(c);
public static PriceClass valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null