Uses of Interface
software.amazon.awssdk.services.wafv2.model.BlockAction.Builder
-
Packages that use BlockAction.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of BlockAction.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return BlockAction.Builder Modifier and Type Method Description static BlockAction.BuilderBlockAction. builder()default BlockAction.BuilderBlockAction.Builder. customResponse(Consumer<CustomResponse.Builder> customResponse)Defines a custom response for the web request.BlockAction.BuilderBlockAction.Builder. customResponse(CustomResponse customResponse)Defines a custom response for the web request.BlockAction.BuilderBlockAction. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type BlockAction.Builder Modifier and Type Method Description static Class<? extends BlockAction.Builder>BlockAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type BlockAction.Builder Modifier and Type Method Description default DefaultAction.BuilderDefaultAction.Builder. block(Consumer<BlockAction.Builder> block)Specifies that WAF should block requests by default.default RuleAction.BuilderRuleAction.Builder. block(Consumer<BlockAction.Builder> block)Instructs WAF to block the web request.
-