Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private ActivatedRule |
WebACLUpdate.activatedRule |
Modifier and Type | Field and Description |
---|---|
private java.util.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 |
---|---|
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(java.lang.Integer priority)
Specifies the order in which the
Rules in a
WebACL are evaluated. |
ActivatedRule |
ActivatedRule.withRuleId(java.lang.String ruleId)
The
RuleId for a Rule . |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.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(java.util.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 . |
Modifier and Type | Method and Description |
---|---|
ActivatedRule |
ActivatedRuleJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ActivatedRuleJsonMarshaller.marshall(ActivatedRule activatedRule,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|