| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
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(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.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.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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ByteMatchTuple.Builder> |
ByteMatchTuple.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ByteMatchSetUpdate.Builder |
ByteMatchSetUpdate.Builder.byteMatchTuple(Consumer<ByteMatchTuple.Builder> byteMatchTuple)
Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS
WAF to search for.
|
Copyright © 2023. All rights reserved.