Uses of Class
software.amazon.awssdk.services.wafv2.model.ImmunityTimeProperty
-
Packages that use ImmunityTimeProperty Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of ImmunityTimeProperty in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return ImmunityTimeProperty Modifier and Type Method Description ImmunityTimePropertyCaptchaConfig. immunityTimeProperty()Determines how long aCAPTCHAtimestamp in the token remains valid after the client successfully solves aCAPTCHApuzzle.ImmunityTimePropertyChallengeConfig. immunityTimeProperty()Determines how long a challenge timestamp in the token remains valid after the client successfully responds to a challenge.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type ImmunityTimeProperty Modifier and Type Method Description CaptchaConfig.BuilderCaptchaConfig.Builder. immunityTimeProperty(ImmunityTimeProperty immunityTimeProperty)Determines how long aCAPTCHAtimestamp in the token remains valid after the client successfully solves aCAPTCHApuzzle.ChallengeConfig.BuilderChallengeConfig.Builder. immunityTimeProperty(ImmunityTimeProperty immunityTimeProperty)Determines how long a challenge timestamp in the token remains valid after the client successfully responds to a challenge.
-