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

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

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

Methods in com.amazonaws.services.cloudfront.model that return Restrictions
 Restrictions DistributionSummary.getRestrictions()
          A complex type that identifies ways in which you want to restrict distribution of your content.
 Restrictions DistributionConfig.getRestrictions()
          A complex type that identifies ways in which you want to restrict distribution of your content.
 Restrictions Restrictions.withGeoRestriction(GeoRestriction geoRestriction)
          A complex type that controls the countries in which your content is distributed.
 

Methods in com.amazonaws.services.cloudfront.model with parameters of type Restrictions
 void DistributionSummary.setRestrictions(Restrictions restrictions)
          A complex type that identifies ways in which you want to restrict distribution of your content.
 void DistributionConfig.setRestrictions(Restrictions restrictions)
          A complex type that identifies ways in which you want to restrict distribution of your content.
 DistributionSummary DistributionSummary.withRestrictions(Restrictions restrictions)
          A complex type that identifies ways in which you want to restrict distribution of your content.
 DistributionConfig DistributionConfig.withRestrictions(Restrictions restrictions)
          A complex type that identifies ways in which you want to restrict distribution of your content.
 



Copyright © 2016. All rights reserved.