| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
FallbackBehavior |
IPSetForwardedIPConfig.fallbackBehavior()
The match status to assign to the web request if the request doesn't have a valid IP address in the specified
position.
|
FallbackBehavior |
ForwardedIPConfig.fallbackBehavior()
The match status to assign to the web request if the request doesn't have a valid IP address in the specified
position.
|
FallbackBehavior |
JA3Fingerprint.fallbackBehavior()
The match status to assign to the web request if the request doesn't have a JA3 fingerprint.
|
static FallbackBehavior |
FallbackBehavior.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static FallbackBehavior |
FallbackBehavior.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<FallbackBehavior> |
FallbackBehavior.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
IPSetForwardedIPConfig.Builder |
IPSetForwardedIPConfig.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.Builder |
ForwardedIPConfig.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.Builder |
JA3Fingerprint.Builder.fallbackBehavior(FallbackBehavior fallbackBehavior)
The match status to assign to the web request if the request doesn't have a JA3 fingerprint.
|
Copyright © 2023. All rights reserved.