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

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

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

Methods in com.amazonaws.services.cloudfront.model that return GeoRestriction
 GeoRestriction Restrictions.getGeoRestriction()
          A complex type that controls the countries in which your content is distributed.
 GeoRestriction GeoRestriction.withItems(Collection<String> items)
          A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).
 GeoRestriction GeoRestriction.withItems(String... items)
          A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).
 GeoRestriction GeoRestriction.withQuantity(Integer quantity)
          When geo restriction is enabled, this is the number of countries in your whitelist or blacklist.
 GeoRestriction GeoRestriction.withRestrictionType(GeoRestrictionType restrictionType)
          The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.
 GeoRestriction GeoRestriction.withRestrictionType(String restrictionType)
          The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.
 

Methods in com.amazonaws.services.cloudfront.model with parameters of type GeoRestriction
 void Restrictions.setGeoRestriction(GeoRestriction geoRestriction)
          A complex type that controls the countries in which your content is distributed.
 Restrictions Restrictions.withGeoRestriction(GeoRestriction geoRestriction)
          A complex type that controls the countries in which your content is distributed.
 

Constructors in com.amazonaws.services.cloudfront.model with parameters of type GeoRestriction
Restrictions(GeoRestriction geoRestriction)
          Constructs a new Restrictions object.
 



Copyright © 2016. All rights reserved.