| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
ForwardedIPConfig |
ForwardedIPConfig.clone() |
ForwardedIPConfig |
RateBasedStatement.getForwardedIPConfig()
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.
|
ForwardedIPConfig |
GeoMatchStatement.getForwardedIPConfig()
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.
|
ForwardedIPConfig |
ForwardedIPConfig.withFallbackBehavior(FallbackBehavior fallbackBehavior)
The match status to assign to the web request if the request doesn't have a valid IP address in the specified
position.
|
ForwardedIPConfig |
ForwardedIPConfig.withFallbackBehavior(String fallbackBehavior)
The match status to assign to the web request if the request doesn't have a valid IP address in the specified
position.
|
ForwardedIPConfig |
ForwardedIPConfig.withHeaderName(String headerName)
The name of the HTTP header to use for the IP address.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RateBasedStatement.setForwardedIPConfig(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.
|
void |
GeoMatchStatement.setForwardedIPConfig(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.
|
RateBasedStatement |
RateBasedStatement.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.
|
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.
|
Copyright © 2021. All rights reserved.