Uses of Class
com.amazonaws.services.waf.model.Predicate
Packages that use Predicate
-
Uses of Predicate in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return PredicateModifier and TypeMethodDescriptionPredicate.clone()
RuleUpdate.getPredicate()
The ID of thePredicate
(such as anIPSet
) that you want to add to aRule
.Predicate.withDataId
(String dataId) A unique identifier for a predicate in aRule
, such asByteMatchSetId
orIPSetId
.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.withType
(PredicateType type) The type of predicate in aRule
, such asByteMatchSet
orIPSet
.The type of predicate in aRule
, such asByteMatchSet
orIPSet
.Methods in com.amazonaws.services.waf.model that return types with arguments of type PredicateModifier and TypeMethodDescriptionRule.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 PredicateModifier and TypeMethodDescriptionvoid
RuleUpdate.setPredicate
(Predicate predicate) The ID of thePredicate
(such as anIPSet
) that you want to add to aRule
.RuleUpdate.withPredicate
(Predicate predicate) The ID of thePredicate
(such as anIPSet
) that you want to add to aRule
.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 PredicateModifier and TypeMethodDescriptionvoid
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.withPredicates
(Collection<Predicate> predicates) ThePredicates
object contains onePredicate
element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in aRule
.