| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RuleAction.Builder |
RuleAction.Builder.allow(AllowAction allow)
Instructs WAF to allow the web request.
|
default RuleAction.Builder |
RuleAction.Builder.allow(Consumer<AllowAction.Builder> allow)
Instructs WAF to allow the web request.
|
RuleAction.Builder |
RuleAction.Builder.block(BlockAction block)
Instructs WAF to block the web request.
|
default RuleAction.Builder |
RuleAction.Builder.block(Consumer<BlockAction.Builder> block)
Instructs WAF to block the web request.
|
static RuleAction.Builder |
RuleAction.builder() |
RuleAction.Builder |
RuleAction.Builder.captcha(CaptchaAction captcha)
Instructs WAF to run a
CAPTCHA check against the web request. |
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.challenge(ChallengeAction challenge)
Instructs WAF to run a
Challenge 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. |
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RuleAction.Builder> |
RuleAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RuleSummary.Builder |
RuleSummary.Builder.action(Consumer<RuleAction.Builder> action)
The action that WAF should take on a web request when it matches a rule's statement.
|
default Rule.Builder |
Rule.Builder.action(Consumer<RuleAction.Builder> action)
The action that WAF should take on a web request when it matches the rule statement.
|
default RuleActionOverride.Builder |
RuleActionOverride.Builder.actionToUse(Consumer<RuleAction.Builder> actionToUse)
The override action to use, in place of the configured action of the rule in the rule group.
|
Copyright © 2023. All rights reserved.