@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:50.298Z") @Stability(value=Experimental) public enum PriceClass extends Enum<PriceClass>
See https://aws.amazon.com/cloudfront/pricing/ for full list of supported regions.
| Enum Constant and Description |
|---|
PRICE_CLASS_100
(experimental) USA, Canada, Europe, & Israel.
|
PRICE_CLASS_200
(experimental) PRICE_CLASS_100 + South Africa, Kenya, Middle East, Japan, Singapore, South Korea, Taiwan, Hong Kong, & Philippines.
|
PRICE_CLASS_ALL
(experimental) All locations.
|
| Modifier and Type | Method and Description |
|---|---|
static PriceClass |
valueOf(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.
|
@Stability(value=Experimental) public static final PriceClass PRICE_CLASS_100
@Stability(value=Experimental) public static final PriceClass PRICE_CLASS_200
@Stability(value=Experimental) public static final PriceClass PRICE_CLASS_ALL
public static PriceClass[] values()
for (PriceClass c : PriceClass.values()) System.out.println(c);
public static PriceClass 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 © 2021. All rights reserved.