Uses of Enum
software.amazon.awssdk.services.cloudfront.model.PriceClass
Packages that use PriceClass
-
Uses of PriceClass in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return PriceClassModifier and TypeMethodDescriptionstatic PriceClassUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PriceClassDistributionConfig.priceClass()final PriceClassDistributionSummary.priceClass()final PriceClassStreamingDistributionConfig.priceClass()A complex type that contains information about price class for this streaming distribution.final PriceClassStreamingDistributionSummary.priceClass()A complex type that contains information about price class for this streaming distribution.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.awssdk.services.cloudfront.model that return types with arguments of type PriceClassMethods in software.amazon.awssdk.services.cloudfront.model with parameters of type PriceClassModifier and TypeMethodDescriptionDistributionConfig.Builder.priceClass(PriceClass priceClass) DistributionSummary.Builder.priceClass(PriceClass priceClass) StreamingDistributionConfig.Builder.priceClass(PriceClass priceClass) A complex type that contains information about price class for this streaming distribution.StreamingDistributionSummary.Builder.priceClass(PriceClass priceClass) A complex type that contains information about price class for this streaming distribution.