| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
IPSetForwardedIPConfig |
IPSetForwardedIPConfig.clone() |
IPSetForwardedIPConfig |
IPSetReferenceStatement.getIPSetForwardedIPConfig()
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.
|
IPSetForwardedIPConfig |
IPSetForwardedIPConfig.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.
|
IPSetForwardedIPConfig |
IPSetForwardedIPConfig.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.
|
IPSetForwardedIPConfig |
IPSetForwardedIPConfig.withHeaderName(String headerName)
The name of the HTTP header to use for the IP address.
|
IPSetForwardedIPConfig |
IPSetForwardedIPConfig.withPosition(ForwardedIPPosition position)
The position in the header to search for the IP address.
|
IPSetForwardedIPConfig |
IPSetForwardedIPConfig.withPosition(String position)
The position in the header to search for the IP address.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPSetReferenceStatement.setIPSetForwardedIPConfig(IPSetForwardedIPConfig iPSetForwardedIPConfig)
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.
|
IPSetReferenceStatement |
IPSetReferenceStatement.withIPSetForwardedIPConfig(IPSetForwardedIPConfig iPSetForwardedIPConfig)
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 © 2023. All rights reserved.