Uses of Class
com.amazonaws.services.waf.model.UpdateSqlInjectionMatchSetResult
-
Packages that use UpdateSqlInjectionMatchSetResult Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of UpdateSqlInjectionMatchSetResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return UpdateSqlInjectionMatchSetResult Modifier and Type Method Description UpdateSqlInjectionMatchSetResultAbstractAWSWAF. updateSqlInjectionMatchSet(UpdateSqlInjectionMatchSetRequest request)UpdateSqlInjectionMatchSetResultAWSWAF. updateSqlInjectionMatchSet(UpdateSqlInjectionMatchSetRequest updateSqlInjectionMatchSetRequest)Inserts or deletes SqlInjectionMatchTuple objects (filters) in a SqlInjectionMatchSet.UpdateSqlInjectionMatchSetResultAWSWAFClient. updateSqlInjectionMatchSet(UpdateSqlInjectionMatchSetRequest updateSqlInjectionMatchSetRequest)Inserts or deletes SqlInjectionMatchTuple objects (filters) in a SqlInjectionMatchSet.Method parameters in com.amazonaws.services.waf with type arguments of type UpdateSqlInjectionMatchSetResult Modifier and Type Method Description Future<UpdateSqlInjectionMatchSetResult>AbstractAWSWAFAsync. updateSqlInjectionMatchSetAsync(UpdateSqlInjectionMatchSetRequest request, AsyncHandler<UpdateSqlInjectionMatchSetRequest,UpdateSqlInjectionMatchSetResult> asyncHandler)Future<UpdateSqlInjectionMatchSetResult>AWSWAFAsync. updateSqlInjectionMatchSetAsync(UpdateSqlInjectionMatchSetRequest updateSqlInjectionMatchSetRequest, AsyncHandler<UpdateSqlInjectionMatchSetRequest,UpdateSqlInjectionMatchSetResult> asyncHandler)Inserts or deletes SqlInjectionMatchTuple objects (filters) in a SqlInjectionMatchSet.Future<UpdateSqlInjectionMatchSetResult>AWSWAFAsyncClient. updateSqlInjectionMatchSetAsync(UpdateSqlInjectionMatchSetRequest request, AsyncHandler<UpdateSqlInjectionMatchSetRequest,UpdateSqlInjectionMatchSetResult> asyncHandler) -
Uses of UpdateSqlInjectionMatchSetResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return UpdateSqlInjectionMatchSetResult Modifier and Type Method Description UpdateSqlInjectionMatchSetResultUpdateSqlInjectionMatchSetResult. clone()UpdateSqlInjectionMatchSetResultUpdateSqlInjectionMatchSetResult. withChangeToken(String changeToken)TheChangeTokenthat you used to submit theUpdateSqlInjectionMatchSetrequest.
-