static ByteMatchTuple.Builder |
ByteMatchTuple.builder() |
|
default ByteMatchTuple.Builder |
ByteMatchTuple.Builder.fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch) |
The part of a web request that you want AWS WAF to search, such as a specified header or a query string.
|
ByteMatchTuple.Builder |
ByteMatchTuple.Builder.fieldToMatch(FieldToMatch fieldToMatch) |
The part of a web request that you want AWS WAF to search, such as a specified header or a query string.
|
ByteMatchTuple.Builder |
ByteMatchTuple.Builder.positionalConstraint(String 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.Builder |
ByteMatchTuple.Builder.positionalConstraint(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.Builder |
ByteMatchTuple.Builder.targetString(SdkBytes targetString) |
The value that you want AWS WAF to search for.
|
ByteMatchTuple.Builder |
ByteMatchTuple.Builder.textTransformation(String textTransformation) |
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass AWS WAF.
|
ByteMatchTuple.Builder |
ByteMatchTuple.Builder.textTransformation(TextTransformation textTransformation) |
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass AWS WAF.
|
ByteMatchTuple.Builder |
ByteMatchTuple.toBuilder() |
|