Package | Description |
---|---|
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
Rule |
Rule.clone() |
Rule |
GetRuleResult.getRule()
Information about the Rule that you specified in the
GetRule request. |
Rule |
CreateRuleResult.getRule()
The Rule returned in the
CreateRule response. |
Rule |
Rule.withMetricName(String metricName) |
Rule |
Rule.withName(String name)
The friendly name or description for the
Rule . |
Rule |
Rule.withPredicates(Collection<Predicate> predicates)
The
Predicates object contains one Predicate
element for each ByteMatchSet, IPSet, or
SqlInjectionMatchSet object that you want to include in a
Rule . |
Rule |
Rule.withPredicates(Predicate... predicates)
The
Predicates object contains one Predicate
element for each ByteMatchSet, IPSet, or
SqlInjectionMatchSet object that you want to include in a
Rule . |
Rule |
Rule.withRuleId(String ruleId)
A unique identifier for a
Rule . |
Modifier and Type | Method and Description |
---|---|
void |
GetRuleResult.setRule(Rule rule)
Information about the Rule that you specified in the
GetRule request. |
void |
CreateRuleResult.setRule(Rule rule)
The Rule returned in the
CreateRule response. |
GetRuleResult |
GetRuleResult.withRule(Rule rule)
Information about the Rule that you specified in the
GetRule request. |
CreateRuleResult |
CreateRuleResult.withRule(Rule rule)
The Rule returned in the
CreateRule response. |
Copyright © 2018. All rights reserved.