Uses of Interface
software.amazon.awssdk.services.wafv2.model.ChallengeAction.Builder
-
Packages that use ChallengeAction.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of ChallengeAction.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return ChallengeAction.Builder Modifier and Type Method Description static ChallengeAction.BuilderChallengeAction. builder()default ChallengeAction.BuilderChallengeAction.Builder. customRequestHandling(Consumer<CustomRequestHandling.Builder> customRequestHandling)Defines custom handling for the web request, used when the challenge inspection determines that the request's token is valid and unexpired.ChallengeAction.BuilderChallengeAction.Builder. customRequestHandling(CustomRequestHandling customRequestHandling)Defines custom handling for the web request, used when the challenge inspection determines that the request's token is valid and unexpired.ChallengeAction.BuilderChallengeAction. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type ChallengeAction.Builder Modifier and Type Method Description static Class<? extends ChallengeAction.Builder>ChallengeAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type ChallengeAction.Builder Modifier and Type Method Description default RuleAction.BuilderRuleAction.Builder. challenge(Consumer<ChallengeAction.Builder> challenge)Instructs WAF to run aChallengecheck against the web request.
-