Uses of Interface
software.amazon.awssdk.services.wafv2.model.IPSetForwardedIPConfig.Builder
-
Packages that use IPSetForwardedIPConfig.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of IPSetForwardedIPConfig.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return IPSetForwardedIPConfig.Builder Modifier and Type Method Description static IPSetForwardedIPConfig.BuilderIPSetForwardedIPConfig. builder()IPSetForwardedIPConfig.BuilderIPSetForwardedIPConfig.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.IPSetForwardedIPConfig.BuilderIPSetForwardedIPConfig.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.IPSetForwardedIPConfig.BuilderIPSetForwardedIPConfig.Builder. headerName(String headerName)The name of the HTTP header to use for the IP address.IPSetForwardedIPConfig.BuilderIPSetForwardedIPConfig.Builder. position(String position)The position in the header to search for the IP address.IPSetForwardedIPConfig.BuilderIPSetForwardedIPConfig.Builder. position(ForwardedIPPosition position)The position in the header to search for the IP address.IPSetForwardedIPConfig.BuilderIPSetForwardedIPConfig. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type IPSetForwardedIPConfig.Builder Modifier and Type Method Description static Class<? extends IPSetForwardedIPConfig.Builder>IPSetForwardedIPConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type IPSetForwardedIPConfig.Builder Modifier and Type Method Description default IPSetReferenceStatement.BuilderIPSetReferenceStatement.Builder. ipSetForwardedIPConfig(Consumer<IPSetForwardedIPConfig.Builder> 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.
-