| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
ChallengeConfig |
CreateWebAclRequest.challengeConfig()
Specifies how WAF should handle challenge evaluations for rules that don't have their own
ChallengeConfig settings. |
ChallengeConfig |
UpdateWebAclRequest.challengeConfig()
Specifies how WAF should handle challenge evaluations for rules that don't have their own
ChallengeConfig settings. |
ChallengeConfig |
Rule.challengeConfig()
Specifies how WAF should handle
Challenge evaluations. |
ChallengeConfig |
WebACL.challengeConfig()
Specifies how WAF should handle challenge evaluations for rules that don't have their own
ChallengeConfig settings. |
| Modifier and Type | Method and Description |
|---|---|
CreateWebAclRequest.Builder |
CreateWebAclRequest.Builder.challengeConfig(ChallengeConfig challengeConfig)
Specifies how WAF should handle challenge evaluations for rules that don't have their own
ChallengeConfig settings. |
UpdateWebAclRequest.Builder |
UpdateWebAclRequest.Builder.challengeConfig(ChallengeConfig challengeConfig)
Specifies how WAF should handle challenge evaluations for rules that don't have their own
ChallengeConfig settings. |
Rule.Builder |
Rule.Builder.challengeConfig(ChallengeConfig challengeConfig)
Specifies how WAF should handle
Challenge evaluations. |
WebACL.Builder |
WebACL.Builder.challengeConfig(ChallengeConfig challengeConfig)
Specifies how WAF should handle challenge evaluations for rules that don't have their own
ChallengeConfig settings. |
Copyright © 2023. All rights reserved.