Uses of Class
software.amazon.awssdk.services.wafv2.model.ForwardedIPConfig
-
Packages that use ForwardedIPConfig Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of ForwardedIPConfig in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return ForwardedIPConfig Modifier and Type Method Description ForwardedIPConfigGeoMatchStatement. 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.ForwardedIPConfigRateBasedStatement. 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.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type ForwardedIPConfig Modifier and Type Method Description GeoMatchStatement.BuilderGeoMatchStatement.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.RateBasedStatement.BuilderRateBasedStatement.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.
-