| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
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(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.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. |
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GeoMatchStatement.Builder> |
GeoMatchStatement.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Statement.Builder |
Statement.Builder.geoMatchStatement(Consumer<GeoMatchStatement.Builder> 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.