| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static TextTransformation |
TextTransformation.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TextTransformation |
SqlInjectionMatchTuple.textTransformation()
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to
bypass AWS WAF.
|
TextTransformation |
ByteMatchTuple.textTransformation()
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to
bypass AWS WAF.
|
TextTransformation |
RegexMatchTuple.textTransformation()
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to
bypass AWS WAF.
|
TextTransformation |
SizeConstraint.textTransformation()
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to
bypass AWS WAF.
|
TextTransformation |
XssMatchTuple.textTransformation()
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to
bypass AWS WAF.
|
static TextTransformation |
TextTransformation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextTransformation[] |
TextTransformation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TextTransformation> |
TextTransformation.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SqlInjectionMatchTuple.Builder |
SqlInjectionMatchTuple.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.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.
|
RegexMatchTuple.Builder |
RegexMatchTuple.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.
|
SizeConstraint.Builder |
SizeConstraint.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.
|
XssMatchTuple.Builder |
XssMatchTuple.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.
|
Copyright © 2023. All rights reserved.