Uses of Interface
software.amazon.awssdk.services.waf.model.GetSqlInjectionMatchSetResponse.Builder
-
Packages that use GetSqlInjectionMatchSetResponse.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of GetSqlInjectionMatchSetResponse.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return GetSqlInjectionMatchSetResponse.Builder Modifier and Type Method Description static GetSqlInjectionMatchSetResponse.BuilderGetSqlInjectionMatchSetResponse. builder()default GetSqlInjectionMatchSetResponse.BuilderGetSqlInjectionMatchSetResponse.Builder. sqlInjectionMatchSet(Consumer<SqlInjectionMatchSet.Builder> sqlInjectionMatchSet)Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSetrequest.GetSqlInjectionMatchSetResponse.BuilderGetSqlInjectionMatchSetResponse.Builder. sqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSetrequest.GetSqlInjectionMatchSetResponse.BuilderGetSqlInjectionMatchSetResponse. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type GetSqlInjectionMatchSetResponse.Builder Modifier and Type Method Description static Class<? extends GetSqlInjectionMatchSetResponse.Builder>GetSqlInjectionMatchSetResponse. serializableBuilderClass()
-