Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
static PriceClass |
PriceClass.fromValue(String value)
Use this in place of valueOf.
|
static PriceClass |
PriceClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PriceClass[] |
PriceClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamingDistributionSummary.setPriceClass(PriceClass priceClass)
A complex type that contains information about price class for this streaming distribution.
|
void |
DistributionSummary.setPriceClass(PriceClass priceClass)
A complex type that contains information about price class for this streaming distribution.
|
void |
StreamingDistributionConfig.setPriceClass(PriceClass priceClass)
A complex type that contains information about price class for this streaming distribution.
|
void |
DistributionConfig.setPriceClass(PriceClass priceClass)
The price class that corresponds with the maximum price that you want to pay for CloudFront service.
|
StreamingDistributionSummary |
StreamingDistributionSummary.withPriceClass(PriceClass priceClass)
A complex type that contains information about price class for this streaming distribution.
|
DistributionSummary |
DistributionSummary.withPriceClass(PriceClass priceClass)
A complex type that contains information about price class for this streaming distribution.
|
StreamingDistributionConfig |
StreamingDistributionConfig.withPriceClass(PriceClass priceClass)
A complex type that contains information about price class for this streaming distribution.
|
DistributionConfig |
DistributionConfig.withPriceClass(PriceClass priceClass)
The price class that corresponds with the maximum price that you want to pay for CloudFront service.
|
Copyright © 2022. All rights reserved.