GeoFilter |
GeoFilter.withAction(GeoFilterActions action) |
Set the action property: Action of the geo filter, i.e.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithStandardAttach.withGeoFilter(String relativePath,
GeoFilterActions action,
CountryIsoCode countryCode) |
Adds a single entry to the geo filters list.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithStandardAttach.withGeoFilter(String relativePath,
GeoFilterActions action,
Collection<CountryIsoCode> countryCodes) |
Sets the geo filters list for the specified countries list.
|
CdnEndpoint.UpdateDefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.withGeoFilter(String relativePath,
GeoFilterActions action,
CountryIsoCode countryCode) |
Adds a single entry to the geo filters list.
|
CdnEndpoint.UpdateDefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.withGeoFilter(String relativePath,
GeoFilterActions action,
Collection<CountryIsoCode> countryCodes) |
Sets the geo filters list for the specified countries list.
|
CdnEndpoint.UpdateStandardEndpoint |
CdnEndpoint.UpdateStandardEndpoint.withGeoFilter(String relativePath,
GeoFilterActions action,
CountryIsoCode countryCode) |
Adds a single entry to the Geo filters list.
|
CdnEndpoint.UpdateStandardEndpoint |
CdnEndpoint.UpdateStandardEndpoint.withGeoFilter(String relativePath,
GeoFilterActions action,
Collection<CountryIsoCode> countryCodes) |
Sets the geo filters list for the specified countries list.
|