Uses of Interface
software.amazon.awssdk.services.cloudfront.model.GeoRestrictionCustomization.Builder
Packages that use GeoRestrictionCustomization.Builder
-
Uses of GeoRestrictionCustomization.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return GeoRestrictionCustomization.BuilderModifier and TypeMethodDescriptionGeoRestrictionCustomization.builder()The locations for geographic restrictions.GeoRestrictionCustomization.Builder.locations(Collection<String> locations) The locations for geographic restrictions.GeoRestrictionCustomization.Builder.restrictionType(String restrictionType) The method that you want to use to restrict distribution of your content by country:GeoRestrictionCustomization.Builder.restrictionType(GeoRestrictionType restrictionType) The method that you want to use to restrict distribution of your content by country:GeoRestrictionCustomization.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type GeoRestrictionCustomization.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GeoRestrictionCustomization.Builder>GeoRestrictionCustomization.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type GeoRestrictionCustomization.BuilderModifier and TypeMethodDescriptiondefault Customizations.BuilderCustomizations.Builder.geoRestrictions(Consumer<GeoRestrictionCustomization.Builder> geoRestrictions) The geographic restrictions.