| Package | Description |
|---|---|
| com.amazonaws.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
GeoRestriction |
GeoRestriction.clone() |
GeoRestriction |
Restrictions.getGeoRestriction() |
GeoRestriction |
GeoRestriction.withItems(Collection<String> items) |
GeoRestriction |
GeoRestriction.withItems(String... items)
NOTE: This method appends the values to the existing list (if
any).
|
GeoRestriction |
GeoRestriction.withQuantity(Integer quantity) |
GeoRestriction |
GeoRestriction.withRestrictionType(GeoRestrictionType restrictionType) |
GeoRestriction |
GeoRestriction.withRestrictionType(String restrictionType) |
| Modifier and Type | Method and Description |
|---|---|
void |
Restrictions.setGeoRestriction(GeoRestriction geoRestriction) |
Restrictions |
Restrictions.withGeoRestriction(GeoRestriction geoRestriction) |
| Constructor and Description |
|---|
Restrictions(GeoRestriction geoRestriction)
Constructs a new Restrictions object.
|
Copyright © 2016. All rights reserved.