| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
ActivatedRule |
ActivatedRule.clone() |
ActivatedRule |
WebACLUpdate.getActivatedRule() |
ActivatedRule |
ActivatedRule.withAction(WafAction action)
Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the
Rule. |
ActivatedRule |
ActivatedRule.withPriority(Integer priority)
Specifies the order in which the
Rules in a WebACL are evaluated. |
ActivatedRule |
ActivatedRule.withRuleId(String ruleId)
The
RuleId for a Rule. |
| Modifier and Type | Method and Description |
|---|---|
List<ActivatedRule> |
WebACL.getRules()
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 |
|---|---|
void |
WebACLUpdate.setActivatedRule(ActivatedRule activatedRule) |
WebACLUpdate |
WebACLUpdate.withActivatedRule(ActivatedRule activatedRule) |
WebACL |
WebACL.withRules(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 |
|---|---|
void |
WebACL.setRules(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. |
WebACL |
WebACL.withRules(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 © 2016. All rights reserved.