Uses of Class
software.amazon.awssdk.services.cloudfront.model.PriceClass
-
Packages that use PriceClass Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of PriceClass in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return PriceClass Modifier and Type Method Description static PriceClassPriceClass. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PriceClassDistributionConfig. priceClass()The price class that corresponds with the maximum price that you want to pay for CloudFront service.PriceClassDistributionSummary. priceClass()A complex type that contains information about price class for this streaming distribution.PriceClassStreamingDistributionConfig. priceClass()A complex type that contains information about price class for this streaming distribution.PriceClassStreamingDistributionSummary. priceClass()A complex type that contains information about price class for this streaming distribution.static PriceClassPriceClass. 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.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type PriceClass Modifier and Type Method Description static Set<PriceClass>PriceClass. knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type PriceClass Modifier and Type Method Description DistributionConfig.BuilderDistributionConfig.Builder. priceClass(PriceClass priceClass)The price class that corresponds with the maximum price that you want to pay for CloudFront service.DistributionSummary.BuilderDistributionSummary.Builder. priceClass(PriceClass priceClass)A complex type that contains information about price class for this streaming distribution.StreamingDistributionConfig.BuilderStreamingDistributionConfig.Builder. priceClass(PriceClass priceClass)A complex type that contains information about price class for this streaming distribution.StreamingDistributionSummary.BuilderStreamingDistributionSummary.Builder. priceClass(PriceClass priceClass)A complex type that contains information about price class for this streaming distribution.
-