Uses of Class
com.amazonaws.services.waf.model.Predicate
-
Packages that use Predicate Package Description com.amazonaws.services.waf.model -
-
Uses of Predicate in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return Predicate Modifier and Type Method Description Predicate
Predicate. clone()
Predicate
RuleUpdate. getPredicate()
The ID of thePredicate
(such as anIPSet
) that you want to add to aRule
.Predicate
Predicate. withDataId(String dataId)
A unique identifier for a predicate in aRule
, such asByteMatchSetId
orIPSetId
.Predicate
Predicate. withNegated(Boolean negated)
SetNegated
toFalse
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 aRule
, such asByteMatchSet
orIPSet
.Predicate
Predicate. withType(String type)
The type of predicate in aRule
, such asByteMatchSet
orIPSet
.Methods in com.amazonaws.services.waf.model that return types with arguments of type Predicate Modifier and Type Method Description List<Predicate>
Rule. getPredicates()
ThePredicates
object contains onePredicate
element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in aRule
.Methods in com.amazonaws.services.waf.model with parameters of type Predicate Modifier and Type Method Description void
RuleUpdate. setPredicate(Predicate predicate)
The ID of thePredicate
(such as anIPSet
) that you want to add to aRule
.RuleUpdate
RuleUpdate. withPredicate(Predicate predicate)
The ID of thePredicate
(such as anIPSet
) that you want to add to aRule
.Rule
Rule. withPredicates(Predicate... predicates)
ThePredicates
object contains onePredicate
element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in aRule
.Method parameters in com.amazonaws.services.waf.model with type arguments of type Predicate Modifier and Type Method Description void
Rule. setPredicates(Collection<Predicate> predicates)
ThePredicates
object contains onePredicate
element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in aRule
.Rule
Rule. withPredicates(Collection<Predicate> predicates)
ThePredicates
object contains onePredicate
element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in aRule
.
-