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 PredicatePredicate. clone()PredicateRuleUpdate. getPredicate()The ID of thePredicate(such as anIPSet) that you want to add to aRule.PredicatePredicate. withDataId(String dataId)A unique identifier for a predicate in aRule, such asByteMatchSetIdorIPSetId.PredicatePredicate. withNegated(Boolean negated)SetNegatedtoFalseif you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet.PredicatePredicate. withType(PredicateType type)The type of predicate in aRule, such asByteMatchSetorIPSet.PredicatePredicate. withType(String type)The type of predicate in aRule, such asByteMatchSetorIPSet.Methods in com.amazonaws.services.waf.model that return types with arguments of type Predicate Modifier and Type Method Description List<Predicate>Rule. getPredicates()ThePredicatesobject contains onePredicateelement 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 voidRuleUpdate. setPredicate(Predicate predicate)The ID of thePredicate(such as anIPSet) that you want to add to aRule.RuleUpdateRuleUpdate. withPredicate(Predicate predicate)The ID of thePredicate(such as anIPSet) that you want to add to aRule.RuleRule. withPredicates(Predicate... predicates)ThePredicatesobject contains onePredicateelement 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 voidRule. setPredicates(Collection<Predicate> predicates)ThePredicatesobject contains onePredicateelement for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in aRule.RuleRule. withPredicates(Collection<Predicate> predicates)ThePredicatesobject contains onePredicateelement for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in aRule.
-