Uses of Interface
software.amazon.awssdk.services.wafv2.model.ChallengeConfig.Builder
-
Packages that use ChallengeConfig.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of ChallengeConfig.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return ChallengeConfig.Builder Modifier and Type Method Description static ChallengeConfig.BuilderChallengeConfig. builder()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.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.ChallengeConfig.BuilderChallengeConfig. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type ChallengeConfig.Builder Modifier and Type Method Description static Class<? extends ChallengeConfig.Builder>ChallengeConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type ChallengeConfig.Builder Modifier and Type Method Description default CreateWebAclRequest.BuilderCreateWebAclRequest.Builder. challengeConfig(Consumer<ChallengeConfig.Builder> challengeConfig)Specifies how WAF should handle challenge evaluations for rules that don't have their ownChallengeConfigsettings.default Rule.BuilderRule.Builder. challengeConfig(Consumer<ChallengeConfig.Builder> challengeConfig)Specifies how WAF should handleChallengeevaluations.default UpdateWebAclRequest.BuilderUpdateWebAclRequest.Builder. challengeConfig(Consumer<ChallengeConfig.Builder> challengeConfig)Specifies how WAF should handle challenge evaluations for rules that don't have their ownChallengeConfigsettings.default WebACL.BuilderWebACL.Builder. challengeConfig(Consumer<ChallengeConfig.Builder> challengeConfig)Specifies how WAF should handle challenge evaluations for rules that don't have their ownChallengeConfigsettings.
-