Package | Description |
---|---|
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
static TextTransformation |
TextTransformation.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
SqlInjectionMatchTuple.setTextTransformation(TextTransformation textTransformation)
Text transformations eliminate some of the unusual formatting that
attackers use in web requests in an effort to bypass AWS WAF.
|
void |
SizeConstraint.setTextTransformation(TextTransformation textTransformation)
Text transformations eliminate some of the unusual formatting that
attackers use in web requests in an effort to bypass AWS WAF.
|
void |
XssMatchTuple.setTextTransformation(TextTransformation textTransformation)
Text transformations eliminate some of the unusual formatting that
attackers use in web requests in an effort to bypass AWS WAF.
|
void |
ByteMatchTuple.setTextTransformation(TextTransformation textTransformation)
Text transformations eliminate some of the unusual formatting that
attackers use in web requests in an effort to bypass AWS WAF.
|
SqlInjectionMatchTuple |
SqlInjectionMatchTuple.withTextTransformation(TextTransformation textTransformation)
Text transformations eliminate some of the unusual formatting that
attackers use in web requests in an effort to bypass AWS WAF.
|
SizeConstraint |
SizeConstraint.withTextTransformation(TextTransformation textTransformation)
Text transformations eliminate some of the unusual formatting that
attackers use in web requests in an effort to bypass AWS WAF.
|
XssMatchTuple |
XssMatchTuple.withTextTransformation(TextTransformation textTransformation)
Text transformations eliminate some of the unusual formatting that
attackers use in web requests in an effort to bypass AWS WAF.
|
ByteMatchTuple |
ByteMatchTuple.withTextTransformation(TextTransformation textTransformation)
Text transformations eliminate some of the unusual formatting that
attackers use in web requests in an effort to bypass AWS WAF.
|
Copyright © 2018. All rights reserved.