| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static PriceClass |
PriceClass.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PriceClass |
DistributionConfig.priceClass()
The price class that corresponds with the maximum price that you want to pay for CloudFront service.
|
PriceClass |
StreamingDistributionConfig.priceClass()
A complex type that contains information about price class for this streaming distribution.
|
PriceClass |
StreamingDistributionSummary.priceClass()
Returns the value of the PriceClass property for this object.
|
PriceClass |
DistributionSummary.priceClass()
Returns the value of the PriceClass property for this object.
|
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 |
|---|---|
static Set<PriceClass> |
PriceClass.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DistributionConfig.Builder |
DistributionConfig.Builder.priceClass(PriceClass priceClass)
The price class that corresponds with the maximum price that you want to pay for CloudFront service.
|
StreamingDistributionConfig.Builder |
StreamingDistributionConfig.Builder.priceClass(PriceClass priceClass)
A complex type that contains information about price class for this streaming distribution.
|
StreamingDistributionSummary.Builder |
StreamingDistributionSummary.Builder.priceClass(PriceClass priceClass)
Sets the value of the PriceClass property for this object.
|
DistributionSummary.Builder |
DistributionSummary.Builder.priceClass(PriceClass priceClass)
Sets the value of the PriceClass property for this object.
|
Copyright © 2018. All rights reserved.