| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ChallengeConfig.Builder |
ChallengeConfig.builder() |
default ChallengeConfig.Builder |
ChallengeConfig.Builder.immunityTimeProperty(Consumer<ImmunityTimeProperty.Builder> immunityTimeProperty)
Determines how long a challenge timestamp in the token remains valid after the client successfully responds
to a challenge.
|
ChallengeConfig.Builder |
ChallengeConfig.Builder.immunityTimeProperty(ImmunityTimeProperty immunityTimeProperty)
Determines how long a challenge timestamp in the token remains valid after the client successfully responds
to a challenge.
|
ChallengeConfig.Builder |
ChallengeConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChallengeConfig.Builder> |
ChallengeConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateWebAclRequest.Builder |
CreateWebAclRequest.Builder.challengeConfig(Consumer<ChallengeConfig.Builder> challengeConfig)
Specifies how WAF should handle challenge evaluations for rules that don't have their own
ChallengeConfig settings. |
default UpdateWebAclRequest.Builder |
UpdateWebAclRequest.Builder.challengeConfig(Consumer<ChallengeConfig.Builder> challengeConfig)
Specifies how WAF should handle challenge evaluations for rules that don't have their own
ChallengeConfig settings. |
default Rule.Builder |
Rule.Builder.challengeConfig(Consumer<ChallengeConfig.Builder> challengeConfig)
Specifies how WAF should handle
Challenge evaluations. |
default WebACL.Builder |
WebACL.Builder.challengeConfig(Consumer<ChallengeConfig.Builder> challengeConfig)
Specifies how WAF should handle challenge evaluations for rules that don't have their own
ChallengeConfig settings. |
Copyright © 2023. All rights reserved.