| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
ImmunityTimeProperty |
ChallengeConfig.immunityTimeProperty()
Determines how long a challenge timestamp in the token remains valid after the client successfully responds to a
challenge.
|
ImmunityTimeProperty |
CaptchaConfig.immunityTimeProperty()
Determines how long a
CAPTCHA timestamp in the token remains valid after the client successfully
solves a CAPTCHA puzzle. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
CaptchaConfig.Builder |
CaptchaConfig.Builder.immunityTimeProperty(ImmunityTimeProperty immunityTimeProperty)
Determines how long a
CAPTCHA timestamp in the token remains valid after the client successfully
solves a CAPTCHA puzzle. |
Copyright © 2023. All rights reserved.