| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
Predicate |
Predicate.clone() |
Predicate |
RuleUpdate.getPredicate()
The ID of the
Predicate (such as an IPSet) that you want to add to a Rule. |
Predicate |
Predicate.withDataId(String dataId)
A unique identifier for a predicate in a
Rule, such as ByteMatchSetId or
IPSetId. |
Predicate |
Predicate.withNegated(Boolean negated)
Set
Negated to False if you want AWS WAF to allow, block, or count requests based on
the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet,
or SizeConstraintSet. |
Predicate |
Predicate.withType(PredicateType type)
The type of predicate in a
Rule, such as ByteMatchSet or IPSet. |
Predicate |
Predicate.withType(String type)
The type of predicate in a
Rule, such as ByteMatchSet or IPSet. |
| Modifier and Type | Method and Description |
|---|---|
List<Predicate> |
Rule.getPredicates()
The
Predicates object contains one Predicate element for each ByteMatchSet,
IPSet, or SqlInjectionMatchSet object that you want to include in a Rule. |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleUpdate.setPredicate(Predicate predicate)
The ID of the
Predicate (such as an IPSet) that you want to add to a Rule. |
RuleUpdate |
RuleUpdate.withPredicate(Predicate predicate)
The ID of the
Predicate (such as an IPSet) that you want to add to 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. |
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.setPredicates(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(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. |
Copyright © 2017. All rights reserved.