| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ForwardedIPConfig.Builder |
ForwardedIPConfig.builder() |
ForwardedIPConfig.Builder |
ForwardedIPConfig.Builder.fallbackBehavior(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.Builder |
ForwardedIPConfig.Builder.fallbackBehavior(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.Builder |
ForwardedIPConfig.Builder.headerName(String headerName)
The name of the HTTP header to use for the IP address.
|
ForwardedIPConfig.Builder |
ForwardedIPConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ForwardedIPConfig.Builder> |
ForwardedIPConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
default RateBasedStatement.Builder |
RateBasedStatement.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.
|
Copyright © 2023. All rights reserved.