Uses of Class
com.amazonaws.services.waf.model.UpdateSqlInjectionMatchSetRequest
-
Packages that use UpdateSqlInjectionMatchSetRequest Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of UpdateSqlInjectionMatchSetRequest in com.amazonaws.services.waf
Method parameters in com.amazonaws.services.waf with type arguments of type UpdateSqlInjectionMatchSetRequest 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 UpdateSqlInjectionMatchSetRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return UpdateSqlInjectionMatchSetRequest Modifier and Type Method Description UpdateSqlInjectionMatchSetRequest
UpdateSqlInjectionMatchSetRequest. clone()
UpdateSqlInjectionMatchSetRequest
UpdateSqlInjectionMatchSetRequest. withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.UpdateSqlInjectionMatchSetRequest
UpdateSqlInjectionMatchSetRequest. withSqlInjectionMatchSetId(String sqlInjectionMatchSetId)
TheSqlInjectionMatchSetId
of theSqlInjectionMatchSet
that you want to update.UpdateSqlInjectionMatchSetRequest
UpdateSqlInjectionMatchSetRequest. withUpdates(SqlInjectionMatchSetUpdate... updates)
An array ofSqlInjectionMatchSetUpdate
objects that you want to insert into or delete from a SqlInjectionMatchSet.UpdateSqlInjectionMatchSetRequest
UpdateSqlInjectionMatchSetRequest. withUpdates(Collection<SqlInjectionMatchSetUpdate> updates)
An array ofSqlInjectionMatchSetUpdate
objects that you want to insert into or delete from a SqlInjectionMatchSet.
-