Uses of Class
software.amazon.awssdk.services.wafv2.model.IPSetForwardedIPConfig
-
Packages that use IPSetForwardedIPConfig Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of IPSetForwardedIPConfig in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return IPSetForwardedIPConfig Modifier and Type Method Description IPSetForwardedIPConfigIPSetReferenceStatement. 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.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type IPSetForwardedIPConfig Modifier and Type Method Description IPSetReferenceStatement.BuilderIPSetReferenceStatement.Builder. ipSetForwardedIPConfig(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.
-