Uses of Enum
software.amazon.awscdk.services.cloudfront.PriceClass
Packages that use PriceClass
-
Uses of PriceClass in software.amazon.awscdk.services.cloudfront
Methods in software.amazon.awscdk.services.cloudfront that return PriceClassModifier and TypeMethodDescriptiondefault PriceClassCloudFrontWebDistributionProps.getPriceClass()The price class for the distribution (this impacts how many locations CloudFront uses for your distribution, and billing).final PriceClassCloudFrontWebDistributionProps.Jsii$Proxy.getPriceClass()default PriceClassDistributionProps.getPriceClass()The price class that corresponds with the maximum price that you want to pay for CloudFront service.final PriceClassDistributionProps.Jsii$Proxy.getPriceClass()static PriceClassReturns 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.Methods in software.amazon.awscdk.services.cloudfront with parameters of type PriceClassModifier and TypeMethodDescriptionCloudFrontWebDistribution.Builder.priceClass(PriceClass priceClass) The price class for the distribution (this impacts how many locations CloudFront uses for your distribution, and billing).CloudFrontWebDistributionProps.Builder.priceClass(PriceClass priceClass) Sets the value ofCloudFrontWebDistributionProps.getPriceClass()Distribution.Builder.priceClass(PriceClass priceClass) The price class that corresponds with the maximum price that you want to pay for CloudFront service.DistributionProps.Builder.priceClass(PriceClass priceClass) Sets the value ofDistributionProps.getPriceClass()