Uses of Class
com.amazonaws.services.cloudfront.model.GeoRestriction
Packages that use GeoRestriction
-
Uses of GeoRestriction in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return GeoRestrictionModifier and TypeMethodDescriptionGeoRestriction.clone()
Restrictions.getGeoRestriction()
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.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.withQuantity
(Integer quantity) When geo restriction is enabled, this is the number of countries in your whitelist or blacklist.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.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 GeoRestrictionModifier and TypeMethodDescriptionvoid
Restrictions.setGeoRestriction
(GeoRestriction geoRestriction) Restrictions.withGeoRestriction
(GeoRestriction geoRestriction) Constructors in com.amazonaws.services.cloudfront.model with parameters of type GeoRestrictionModifierConstructorDescriptionRestrictions
(GeoRestriction geoRestriction) Constructs a new Restrictions object.