Uses of Class
com.amazonaws.services.waf.model.PredicateType
-
Packages that use PredicateType Package Description com.amazonaws.services.waf.model -
-
Uses of PredicateType in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return PredicateType Modifier and Type Method Description static PredicateTypePredicateType. fromValue(String value)Use this in place of valueOf.static PredicateTypePredicateType. valueOf(String name)Returns the enum constant of this type with the specified name.static PredicateType[]PredicateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.waf.model with parameters of type PredicateType Modifier and Type Method Description voidPredicate. setType(PredicateType type)The type of predicate in aRule, such asByteMatchSetorIPSet.PredicatePredicate. withType(PredicateType type)The type of predicate in aRule, such asByteMatchSetorIPSet.
-