Uses of Interface
software.amazon.awssdk.services.cloudfront.model.Restrictions.Builder
-
Packages that use Restrictions.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of Restrictions.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return Restrictions.Builder Modifier and Type Method Description static Restrictions.BuilderRestrictions. builder()default Restrictions.BuilderRestrictions.Builder. geoRestriction(Consumer<GeoRestriction.Builder> geoRestriction)A complex type that controls the countries in which your content is distributed.Restrictions.BuilderRestrictions.Builder. geoRestriction(GeoRestriction geoRestriction)A complex type that controls the countries in which your content is distributed.Restrictions.BuilderRestrictions. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type Restrictions.Builder Modifier and Type Method Description static Class<? extends Restrictions.Builder>Restrictions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type Restrictions.Builder Modifier and Type Method Description default DistributionConfig.BuilderDistributionConfig.Builder. restrictions(Consumer<Restrictions.Builder> restrictions)A complex type that identifies ways in which you want to restrict distribution of your content.default DistributionSummary.BuilderDistributionSummary.Builder. restrictions(Consumer<Restrictions.Builder> restrictions)A complex type that identifies ways in which you want to restrict distribution of your content.
-