static GeoMatchStatement.Builder |
GeoMatchStatement.builder() |
|
GeoMatchStatement.Builder |
GeoMatchStatement.Builder.countryCodes(Collection<CountryCode> countryCodes) |
An array of two-character country codes that you want to match against, for example,
[ "US", "CN" ], from the alpha-2 country ISO codes of the ISO 3166 international standard.
|
GeoMatchStatement.Builder |
GeoMatchStatement.Builder.countryCodes(CountryCode... countryCodes) |
An array of two-character country codes that you want to match against, for example,
[ "US", "CN" ], from the alpha-2 country ISO codes of the ISO 3166 international standard.
|
GeoMatchStatement.Builder |
GeoMatchStatement.Builder.countryCodesWithStrings(String... countryCodes) |
An array of two-character country codes that you want to match against, for example,
[ "US", "CN" ], from the alpha-2 country ISO codes of the ISO 3166 international standard.
|
GeoMatchStatement.Builder |
GeoMatchStatement.Builder.countryCodesWithStrings(Collection<String> countryCodes) |
An array of two-character country codes that you want to match against, for example,
[ "US", "CN" ], from the alpha-2 country ISO codes of the ISO 3166 international standard.
|
default GeoMatchStatement.Builder |
GeoMatchStatement.Builder.forwardedIPConfig(Consumer<ForwardedIPConfig.Builder> forwardedIPConfig) |
The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP
address that's reported by the web request origin.
|
GeoMatchStatement.Builder |
GeoMatchStatement.Builder.forwardedIPConfig(ForwardedIPConfig forwardedIPConfig) |
The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP
address that's reported by the web request origin.
|
GeoMatchStatement.Builder |
GeoMatchStatement.toBuilder() |
|