Uses of Class
software.amazon.awssdk.services.wafv2.model.PositionalConstraint
-
Packages that use PositionalConstraint Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of PositionalConstraint in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return PositionalConstraint Modifier and Type Method Description static PositionalConstraintPositionalConstraint. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PositionalConstraintByteMatchStatement. positionalConstraint()The area within the portion of the web request that you want WAF to search forSearchString.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 software.amazon.awssdk.services.wafv2.model that return types with arguments of type PositionalConstraint Modifier and Type Method Description static Set<PositionalConstraint>PositionalConstraint. knownValues()Methods in software.amazon.awssdk.services.wafv2.model with parameters of type PositionalConstraint Modifier and Type Method Description ByteMatchStatement.BuilderByteMatchStatement.Builder. positionalConstraint(PositionalConstraint positionalConstraint)The area within the portion of the web request that you want WAF to search forSearchString.
-