Uses of Enum
com.amazonaws.services.waf.model.PositionalConstraint
Packages that use PositionalConstraint
-
Uses of PositionalConstraint in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return PositionalConstraintModifier and TypeMethodDescriptionstatic PositionalConstraint
Use this in place of valueOf.static PositionalConstraint
Returns the enum constant of this type with the specified name.static PositionalConstraint[]
PositionalConstraint.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 PositionalConstraintModifier and TypeMethodDescriptionvoid
ByteMatchTuple.setPositionalConstraint
(PositionalConstraint positionalConstraint) Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search.ByteMatchTuple.withPositionalConstraint
(PositionalConstraint positionalConstraint) Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search.