Uses of Class
com.amazonaws.services.cloudfront.model.Restrictions
-
Packages that use Restrictions Package Description com.amazonaws.services.cloudfront.model -
-
Uses of Restrictions in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return Restrictions Modifier and Type Method Description Restrictions
Restrictions. clone()
Restrictions
DistributionConfig. getRestrictions()
Restrictions
DistributionSummary. getRestrictions()
Restrictions
Restrictions. withGeoRestriction(GeoRestriction geoRestriction)
Methods in com.amazonaws.services.cloudfront.model with parameters of type Restrictions Modifier and Type Method Description void
DistributionConfig. setRestrictions(Restrictions restrictions)
void
DistributionSummary. setRestrictions(Restrictions restrictions)
DistributionConfig
DistributionConfig. withRestrictions(Restrictions restrictions)
DistributionSummary
DistributionSummary. withRestrictions(Restrictions restrictions)
-