| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
ActivatedRule |
RuleGroupUpdate.activatedRule()
The
ActivatedRule object specifies a Rule that you want to insert or delete, the
priority of the Rule in the WebACL, and the action that you want AWS WAF to take when a
web request matches the Rule (ALLOW, BLOCK, or COUNT). |
ActivatedRule |
WebACLUpdate.activatedRule()
The
ActivatedRule object in an UpdateWebACL request specifies a Rule that you
want to insert or delete, the priority of the Rule in the WebACL, and the action that
you want AWS WAF to take when a web request matches the Rule (ALLOW, BLOCK
, or COUNT). |
| Modifier and Type | Method and Description |
|---|---|
List<ActivatedRule> |
ListActivatedRulesInRuleGroupResponse.activatedRules()
An array of
ActivatedRules objects. |
List<ActivatedRule> |
WebACL.rules()
An array that contains the action for each
Rule in a WebACL, the priority of the
Rule, and the ID of the Rule. |
| Modifier and Type | Method and Description |
|---|---|
RuleGroupUpdate.Builder |
RuleGroupUpdate.Builder.activatedRule(ActivatedRule activatedRule)
The
ActivatedRule object specifies a Rule that you want to insert or delete, the
priority of the Rule in the WebACL, and the action that you want AWS WAF to take
when a web request matches the Rule (ALLOW, BLOCK, or
COUNT). |
WebACLUpdate.Builder |
WebACLUpdate.Builder.activatedRule(ActivatedRule activatedRule)
The
ActivatedRule object in an UpdateWebACL request specifies a Rule that
you want to insert or delete, the priority of the Rule in the WebACL, and the
action that you want AWS WAF to take when a web request matches the Rule (ALLOW,
BLOCK, or COUNT). |
ListActivatedRulesInRuleGroupResponse.Builder |
ListActivatedRulesInRuleGroupResponse.Builder.activatedRules(ActivatedRule... activatedRules)
An array of
ActivatedRules objects. |
WebACL.Builder |
WebACL.Builder.rules(ActivatedRule... rules)
An array that contains the action for each
Rule in a WebACL, the priority of the
Rule, and the ID of the Rule. |
| Modifier and Type | Method and Description |
|---|---|
ListActivatedRulesInRuleGroupResponse.Builder |
ListActivatedRulesInRuleGroupResponse.Builder.activatedRules(Collection<ActivatedRule> activatedRules)
An array of
ActivatedRules objects. |
WebACL.Builder |
WebACL.Builder.rules(Collection<ActivatedRule> rules)
An array that contains the action for each
Rule in a WebACL, the priority of the
Rule, and the ID of the Rule. |
Copyright © 2023. All rights reserved.