| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
GeoMatchStatement |
GeoMatchStatement.clone() |
GeoMatchStatement |
Statement.getGeoMatchStatement()
A rule statement that labels web requests by country and region and that matches against web requests based on
country code.
|
GeoMatchStatement |
GeoMatchStatement.withCountryCodes(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. |
GeoMatchStatement |
GeoMatchStatement.withCountryCodes(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 |
GeoMatchStatement.withCountryCodes(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 |
GeoMatchStatement.withForwardedIPConfig(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Statement.setGeoMatchStatement(GeoMatchStatement geoMatchStatement)
A rule statement that labels web requests by country and region and that matches against web requests based on
country code.
|
Statement |
Statement.withGeoMatchStatement(GeoMatchStatement geoMatchStatement)
A rule statement that labels web requests by country and region and that matches against web requests based on
country code.
|
Copyright © 2023. All rights reserved.