Uses of Interface
software.amazon.awssdk.services.waf.model.SqlInjectionMatchSet.Builder
-
Packages that use SqlInjectionMatchSet.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of SqlInjectionMatchSet.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return SqlInjectionMatchSet.Builder Modifier and Type Method Description static SqlInjectionMatchSet.BuilderSqlInjectionMatchSet. builder()SqlInjectionMatchSet.BuilderSqlInjectionMatchSet.Builder. name(String name)The name, if any, of theSqlInjectionMatchSet.SqlInjectionMatchSet.BuilderSqlInjectionMatchSet.Builder. sqlInjectionMatchSetId(String sqlInjectionMatchSetId)A unique identifier for aSqlInjectionMatchSet.SqlInjectionMatchSet.BuilderSqlInjectionMatchSet.Builder. sqlInjectionMatchTuples(Collection<SqlInjectionMatchTuple> sqlInjectionMatchTuples)Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.SqlInjectionMatchSet.BuilderSqlInjectionMatchSet.Builder. sqlInjectionMatchTuples(Consumer<SqlInjectionMatchTuple.Builder>... sqlInjectionMatchTuples)Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.SqlInjectionMatchSet.BuilderSqlInjectionMatchSet.Builder. sqlInjectionMatchTuples(SqlInjectionMatchTuple... sqlInjectionMatchTuples)Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.SqlInjectionMatchSet.BuilderSqlInjectionMatchSet. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type SqlInjectionMatchSet.Builder Modifier and Type Method Description static Class<? extends SqlInjectionMatchSet.Builder>SqlInjectionMatchSet. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type SqlInjectionMatchSet.Builder Modifier and Type Method Description default CreateSqlInjectionMatchSetResponse.BuilderCreateSqlInjectionMatchSetResponse.Builder. sqlInjectionMatchSet(Consumer<SqlInjectionMatchSet.Builder> sqlInjectionMatchSet)default GetSqlInjectionMatchSetResponse.BuilderGetSqlInjectionMatchSetResponse.Builder. sqlInjectionMatchSet(Consumer<SqlInjectionMatchSet.Builder> sqlInjectionMatchSet)Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSetrequest.
-