Uses of Class
software.amazon.awssdk.services.waf.model.Predicate
-
Packages that use Predicate Package Description software.amazon.awssdk.services.waf.model -
-
Uses of Predicate in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return Predicate Modifier and Type Method Description PredicateRuleUpdate. predicate()The ID of thePredicate(such as anIPSet) that you want to add to aRule.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type Predicate Modifier and Type Method Description List<Predicate>RateBasedRule. matchPredicates()ThePredicatesobject contains onePredicateelement for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in aRateBasedRule.List<Predicate>Rule. predicates()ThePredicatesobject contains onePredicateelement for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in aRule.Methods in software.amazon.awssdk.services.waf.model with parameters of type Predicate Modifier and Type Method Description RateBasedRule.BuilderRateBasedRule.Builder. matchPredicates(Predicate... matchPredicates)ThePredicatesobject contains onePredicateelement for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in aRateBasedRule.RuleUpdate.BuilderRuleUpdate.Builder. predicate(Predicate predicate)The ID of thePredicate(such as anIPSet) that you want to add to aRule.Rule.BuilderRule.Builder. predicates(Predicate... predicates)ThePredicatesobject contains onePredicateelement for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in aRule.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type Predicate Modifier and Type Method Description RateBasedRule.BuilderRateBasedRule.Builder. matchPredicates(Collection<Predicate> matchPredicates)ThePredicatesobject contains onePredicateelement for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in aRateBasedRule.Rule.BuilderRule.Builder. predicates(Collection<Predicate> predicates)ThePredicatesobject contains onePredicateelement for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in aRule.
-