| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
ImmunityTimeProperty |
ImmunityTimeProperty.clone() |
ImmunityTimeProperty |
ChallengeConfig.getImmunityTimeProperty()
Determines how long a challenge timestamp in the token remains valid after the client successfully responds to a
challenge.
|
ImmunityTimeProperty |
CaptchaConfig.getImmunityTimeProperty()
Determines how long a
CAPTCHA timestamp in the token remains valid after the client successfully
solves a CAPTCHA puzzle. |
ImmunityTimeProperty |
ImmunityTimeProperty.withImmunityTime(Long immunityTime)
The amount of time, in seconds, that a
CAPTCHA or challenge timestamp is considered valid by WAF. |
| Modifier and Type | Method and Description |
|---|---|
void |
ChallengeConfig.setImmunityTimeProperty(ImmunityTimeProperty immunityTimeProperty)
Determines how long a challenge timestamp in the token remains valid after the client successfully responds to a
challenge.
|
void |
CaptchaConfig.setImmunityTimeProperty(ImmunityTimeProperty immunityTimeProperty)
Determines how long a
CAPTCHA timestamp in the token remains valid after the client successfully
solves a CAPTCHA puzzle. |
ChallengeConfig |
ChallengeConfig.withImmunityTimeProperty(ImmunityTimeProperty immunityTimeProperty)
Determines how long a challenge timestamp in the token remains valid after the client successfully responds to a
challenge.
|
CaptchaConfig |
CaptchaConfig.withImmunityTimeProperty(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.