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 UpdateSqlInjectionMatchSetResult
AbstractAWSWAF. updateSqlInjectionMatchSet(UpdateSqlInjectionMatchSetRequest request)
UpdateSqlInjectionMatchSetResult
AWSWAF. updateSqlInjectionMatchSet(UpdateSqlInjectionMatchSetRequest updateSqlInjectionMatchSetRequest)
Inserts or deletes SqlInjectionMatchTuple objects (filters) in a SqlInjectionMatchSet.UpdateSqlInjectionMatchSetResult
AWSWAFClient. 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 UpdateSqlInjectionMatchSetResult
UpdateSqlInjectionMatchSetResult. clone()
UpdateSqlInjectionMatchSetResult
UpdateSqlInjectionMatchSetResult. withChangeToken(String changeToken)
TheChangeToken
that you used to submit theUpdateSqlInjectionMatchSet
request.
-