Uses of Class
com.amazonaws.services.cloudfront.model.PriceClass

Packages that use PriceClass
com.amazonaws.services.cloudfront.model Classes modeling the various types represented by AmazonCloudFront. 
 

Uses of PriceClass in com.amazonaws.services.cloudfront.model
 

Methods in com.amazonaws.services.cloudfront.model that return PriceClass
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.
 

Methods in com.amazonaws.services.cloudfront.model with parameters of type PriceClass
 void StreamingDistributionSummary.setPriceClass(PriceClass priceClass)
          Sets the value of the PriceClass property for this object.
 void StreamingDistributionConfig.setPriceClass(PriceClass priceClass)
          A complex type that contains information about price class for this streaming distribution.
 void DistributionSummary.setPriceClass(PriceClass priceClass)
          Sets the value of the PriceClass property for this object.
 void DistributionConfig.setPriceClass(PriceClass priceClass)
          A complex type that contains information about price class for this distribution.
 StreamingDistributionSummary StreamingDistributionSummary.withPriceClass(PriceClass priceClass)
          Sets the value of the PriceClass property for this object.
 StreamingDistributionConfig StreamingDistributionConfig.withPriceClass(PriceClass priceClass)
          A complex type that contains information about price class for this streaming distribution.
 DistributionSummary DistributionSummary.withPriceClass(PriceClass priceClass)
          Sets the value of the PriceClass property for this object.
 DistributionConfig DistributionConfig.withPriceClass(PriceClass priceClass)
          A complex type that contains information about price class for this distribution.
 



Copyright © 2016. All rights reserved.