default RuleAction.Builder |
RuleAction.Builder.allow(Consumer<AllowAction.Builder> allow) |
Instructs WAF to allow the web request.
|
RuleAction.Builder |
RuleAction.Builder.allow(AllowAction allow) |
Instructs WAF to allow the web request.
|
default RuleAction.Builder |
RuleAction.Builder.block(Consumer<BlockAction.Builder> block) |
Instructs WAF to block the web request.
|
RuleAction.Builder |
RuleAction.Builder.block(BlockAction block) |
Instructs WAF to block the web request.
|
static RuleAction.Builder |
RuleAction.builder() |
|
default RuleAction.Builder |
RuleAction.Builder.captcha(Consumer<CaptchaAction.Builder> captcha) |
Instructs WAF to run a CAPTCHA check against the web request.
|
RuleAction.Builder |
RuleAction.Builder.captcha(CaptchaAction captcha) |
Instructs WAF to run a CAPTCHA check against the web request.
|
default RuleAction.Builder |
RuleAction.Builder.challenge(Consumer<ChallengeAction.Builder> challenge) |
Instructs WAF to run a Challenge check against the web request.
|
RuleAction.Builder |
RuleAction.Builder.challenge(ChallengeAction challenge) |
Instructs WAF to run a Challenge check against the web request.
|
default RuleAction.Builder |
RuleAction.Builder.count(Consumer<CountAction.Builder> count) |
Instructs WAF to count the web request and then continue evaluating the request using the remaining rules in
the web ACL.
|
RuleAction.Builder |
RuleAction.Builder.count(CountAction count) |
Instructs WAF to count the web request and then continue evaluating the request using the remaining rules in
the web ACL.
|
RuleAction.Builder |
RuleAction.toBuilder() |
|