Uses of Class
software.amazon.awssdk.services.wafv2.model.FallbackBehavior
-
Packages that use FallbackBehavior Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of FallbackBehavior in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return FallbackBehavior Modifier and Type Method Description FallbackBehaviorForwardedIPConfig. fallbackBehavior()The match status to assign to the web request if the request doesn't have a valid IP address in the specified position.FallbackBehaviorIPSetForwardedIPConfig. fallbackBehavior()The match status to assign to the web request if the request doesn't have a valid IP address in the specified position.FallbackBehaviorJA3Fingerprint. fallbackBehavior()The match status to assign to the web request if the request doesn't have a JA3 fingerprint.static FallbackBehaviorFallbackBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FallbackBehaviorFallbackBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static FallbackBehavior[]FallbackBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type FallbackBehavior Modifier and Type Method Description static Set<FallbackBehavior>FallbackBehavior. knownValues()Methods in software.amazon.awssdk.services.wafv2.model with parameters of type FallbackBehavior Modifier and Type Method Description 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.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.JA3Fingerprint.BuilderJA3Fingerprint.Builder. fallbackBehavior(FallbackBehavior fallbackBehavior)The match status to assign to the web request if the request doesn't have a JA3 fingerprint.
-