Uses of Interface
software.amazon.awssdk.services.cloudfront.model.Restrictions.Builder
Packages that use Restrictions.Builder
-
Uses of Restrictions.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return Restrictions.BuilderModifier and TypeMethodDescriptionstatic 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.Builder.geoRestriction(GeoRestriction geoRestriction) A complex type that controls the countries in which your content is distributed.Restrictions.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type Restrictions.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Restrictions.Builder>Restrictions.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type Restrictions.BuilderModifier and TypeMethodDescriptiondefault 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.