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