| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
ChallengeAction |
ChallengeAction.clone() |
ChallengeAction |
RuleAction.getChallenge()
Instructs WAF to run a
Challenge check against the web request. |
ChallengeAction |
ChallengeAction.withCustomRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request, used when the challenge inspection determines that the request's
token is valid and unexpired.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleAction.setChallenge(ChallengeAction challenge)
Instructs WAF to run a
Challenge check against the web request. |
RuleAction |
RuleAction.withChallenge(ChallengeAction challenge)
Instructs WAF to run a
Challenge check against the web request. |
Copyright © 2025. All rights reserved.