| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
ChallengeConfig |
ChallengeConfig.clone() |
ChallengeConfig |
WebACL.getChallengeConfig()
Specifies how WAF should handle challenge evaluations for rules that don't have their own
ChallengeConfig settings. |
ChallengeConfig |
UpdateWebACLRequest.getChallengeConfig()
Specifies how WAF should handle challenge evaluations for rules that don't have their own
ChallengeConfig settings. |
ChallengeConfig |
Rule.getChallengeConfig()
Specifies how WAF should handle
Challenge evaluations. |
ChallengeConfig |
CreateWebACLRequest.getChallengeConfig()
Specifies how WAF should handle challenge evaluations for rules that don't have their own
ChallengeConfig settings. |
ChallengeConfig |
ChallengeConfig.withImmunityTimeProperty(ImmunityTimeProperty immunityTimeProperty)
Determines how long a challenge timestamp in the token remains valid after the client successfully responds to a
challenge.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebACL.setChallengeConfig(ChallengeConfig challengeConfig)
Specifies how WAF should handle challenge evaluations for rules that don't have their own
ChallengeConfig settings. |
void |
UpdateWebACLRequest.setChallengeConfig(ChallengeConfig challengeConfig)
Specifies how WAF should handle challenge evaluations for rules that don't have their own
ChallengeConfig settings. |
void |
Rule.setChallengeConfig(ChallengeConfig challengeConfig)
Specifies how WAF should handle
Challenge evaluations. |
void |
CreateWebACLRequest.setChallengeConfig(ChallengeConfig challengeConfig)
Specifies how WAF should handle challenge evaluations for rules that don't have their own
ChallengeConfig settings. |
WebACL |
WebACL.withChallengeConfig(ChallengeConfig challengeConfig)
Specifies how WAF should handle challenge evaluations for rules that don't have their own
ChallengeConfig settings. |
UpdateWebACLRequest |
UpdateWebACLRequest.withChallengeConfig(ChallengeConfig challengeConfig)
Specifies how WAF should handle challenge evaluations for rules that don't have their own
ChallengeConfig settings. |
Rule |
Rule.withChallengeConfig(ChallengeConfig challengeConfig)
Specifies how WAF should handle
Challenge evaluations. |
CreateWebACLRequest |
CreateWebACLRequest.withChallengeConfig(ChallengeConfig challengeConfig)
Specifies how WAF should handle challenge evaluations for rules that don't have their own
ChallengeConfig settings. |
Copyright © 2024. All rights reserved.