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 asByteMatchSetIdorIPSetId.Predicate.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.Predicate.withType(PredicateType type) The type of predicate in aRule, such asByteMatchSetorIPSet.The type of predicate in aRule, such asByteMatchSetorIPSet.Methods in com.amazonaws.services.waf.model that return types with arguments of type PredicateModifier and TypeMethodDescriptionRule.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 PredicateModifier and TypeMethodDescriptionvoidRuleUpdate.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) 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 PredicateModifier and TypeMethodDescriptionvoidRule.setPredicates(Collection<Predicate> predicates) ThePredicatesobject contains onePredicateelement for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in aRule.Rule.withPredicates(Collection<Predicate> predicates) ThePredicatesobject contains onePredicateelement for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in aRule.