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 UpdateSqlInjectionMatchSetRequestUpdateSqlInjectionMatchSetRequest. clone()UpdateSqlInjectionMatchSetRequestUpdateSqlInjectionMatchSetRequest. withChangeToken(String changeToken)The value returned by the most recent call to GetChangeToken.UpdateSqlInjectionMatchSetRequestUpdateSqlInjectionMatchSetRequest. withSqlInjectionMatchSetId(String sqlInjectionMatchSetId)TheSqlInjectionMatchSetIdof theSqlInjectionMatchSetthat you want to update.UpdateSqlInjectionMatchSetRequestUpdateSqlInjectionMatchSetRequest. withUpdates(SqlInjectionMatchSetUpdate... updates)An array ofSqlInjectionMatchSetUpdateobjects that you want to insert into or delete from a SqlInjectionMatchSet.UpdateSqlInjectionMatchSetRequestUpdateSqlInjectionMatchSetRequest. withUpdates(Collection<SqlInjectionMatchSetUpdate> updates)An array ofSqlInjectionMatchSetUpdateobjects that you want to insert into or delete from a SqlInjectionMatchSet.
-