Uses of Interface
software.amazon.awssdk.services.wafv2.model.ImmunityTimeProperty.Builder
-
Packages that use ImmunityTimeProperty.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of ImmunityTimeProperty.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return ImmunityTimeProperty.Builder Modifier and Type Method Description static ImmunityTimeProperty.BuilderImmunityTimeProperty. builder()ImmunityTimeProperty.BuilderImmunityTimeProperty.Builder. immunityTime(Long immunityTime)The amount of time, in seconds, that aCAPTCHAor challenge timestamp is considered valid by WAF.ImmunityTimeProperty.BuilderImmunityTimeProperty. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type ImmunityTimeProperty.Builder Modifier and Type Method Description static Class<? extends ImmunityTimeProperty.Builder>ImmunityTimeProperty. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type ImmunityTimeProperty.Builder Modifier and Type Method Description default CaptchaConfig.BuilderCaptchaConfig.Builder. immunityTimeProperty(Consumer<ImmunityTimeProperty.Builder> immunityTimeProperty)Determines how long aCAPTCHAtimestamp in the token remains valid after the client successfully solves aCAPTCHApuzzle.default ChallengeConfig.BuilderChallengeConfig.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.
-