Uses of Interface
software.amazon.awssdk.services.waf.model.SqlInjectionMatchTuple.Builder
-
Packages that use SqlInjectionMatchTuple.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of SqlInjectionMatchTuple.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return SqlInjectionMatchTuple.Builder Modifier and Type Method Description static SqlInjectionMatchTuple.BuilderSqlInjectionMatchTuple. builder()default SqlInjectionMatchTuple.BuilderSqlInjectionMatchTuple.Builder. fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)Specifies where in a web request to look for snippets of malicious SQL code.SqlInjectionMatchTuple.BuilderSqlInjectionMatchTuple.Builder. fieldToMatch(FieldToMatch fieldToMatch)Specifies where in a web request to look for snippets of malicious SQL code.SqlInjectionMatchTuple.BuilderSqlInjectionMatchTuple.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.SqlInjectionMatchTuple.BuilderSqlInjectionMatchTuple.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.SqlInjectionMatchTuple.BuilderSqlInjectionMatchTuple. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type SqlInjectionMatchTuple.Builder Modifier and Type Method Description static Class<? extends SqlInjectionMatchTuple.Builder>SqlInjectionMatchTuple. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type SqlInjectionMatchTuple.Builder Modifier and Type Method Description default SqlInjectionMatchSetUpdate.BuilderSqlInjectionMatchSetUpdate.Builder. sqlInjectionMatchTuple(Consumer<SqlInjectionMatchTuple.Builder> sqlInjectionMatchTuple)Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
-