Uses of Enum
com.amazonaws.services.waf.model.PositionalConstraint
Packages that use PositionalConstraint
-
Uses of PositionalConstraint in com.amazonaws.services.waf.model
Subclasses with type arguments of type PositionalConstraint in com.amazonaws.services.waf.modelMethods in com.amazonaws.services.waf.model that return PositionalConstraintModifier and TypeMethodDescriptionstatic PositionalConstraintUse this in place of valueOf.static PositionalConstraintReturns 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 TypeMethodDescriptionvoidByteMatchTuple.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.