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