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