| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ChallengeAction.Builder |
ChallengeAction.builder() |
default ChallengeAction.Builder |
ChallengeAction.Builder.customRequestHandling(Consumer<CustomRequestHandling.Builder> customRequestHandling)
Defines custom handling for the web request, used when the challenge inspection determines that the request's
token is valid and unexpired.
|
ChallengeAction.Builder |
ChallengeAction.Builder.customRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request, used when the challenge inspection determines that the request's
token is valid and unexpired.
|
ChallengeAction.Builder |
ChallengeAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChallengeAction.Builder> |
ChallengeAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RuleAction.Builder |
RuleAction.Builder.challenge(Consumer<ChallengeAction.Builder> challenge)
Instructs WAF to run a
Challenge check against the web request. |
Copyright © 2023. All rights reserved.