Uses of Class
com.amazonaws.services.waf.model.PositionalConstraint
-
Packages that use PositionalConstraint Package Description com.amazonaws.services.waf.model -
-
Uses of PositionalConstraint in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return PositionalConstraint Modifier and Type Method Description static PositionalConstraintPositionalConstraint. fromValue(String value)Use this in place of valueOf.static PositionalConstraintPositionalConstraint. valueOf(String name)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 PositionalConstraint Modifier and Type Method Description voidByteMatchTuple. 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.ByteMatchTupleByteMatchTuple. 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.
-