Uses of Class
com.amazonaws.services.waf.model.UpdateSqlInjectionMatchSetRequest
Packages that use UpdateSqlInjectionMatchSetRequest
-
Uses of UpdateSqlInjectionMatchSetRequest in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf with parameters of type UpdateSqlInjectionMatchSetRequestModifier and TypeMethodDescriptionAbstractAWSWAF.updateSqlInjectionMatchSet(UpdateSqlInjectionMatchSetRequest request) AWSWAF.updateSqlInjectionMatchSet(UpdateSqlInjectionMatchSetRequest updateSqlInjectionMatchSetRequest) Inserts or deletes SqlInjectionMatchTuple objects (filters) in a SqlInjectionMatchSet.AWSWAFClient.updateSqlInjectionMatchSet(UpdateSqlInjectionMatchSetRequest updateSqlInjectionMatchSetRequest) Inserts or deletes SqlInjectionMatchTuple objects (filters) in a SqlInjectionMatchSet.AbstractAWSWAFAsync.updateSqlInjectionMatchSetAsync(UpdateSqlInjectionMatchSetRequest request) AbstractAWSWAFAsync.updateSqlInjectionMatchSetAsync(UpdateSqlInjectionMatchSetRequest request, AsyncHandler<UpdateSqlInjectionMatchSetRequest, UpdateSqlInjectionMatchSetResult> asyncHandler) AWSWAFAsync.updateSqlInjectionMatchSetAsync(UpdateSqlInjectionMatchSetRequest updateSqlInjectionMatchSetRequest) Inserts or deletes SqlInjectionMatchTuple objects (filters) in a SqlInjectionMatchSet.AWSWAFAsync.updateSqlInjectionMatchSetAsync(UpdateSqlInjectionMatchSetRequest updateSqlInjectionMatchSetRequest, AsyncHandler<UpdateSqlInjectionMatchSetRequest, UpdateSqlInjectionMatchSetResult> asyncHandler) Inserts or deletes SqlInjectionMatchTuple objects (filters) in a SqlInjectionMatchSet.AWSWAFAsyncClient.updateSqlInjectionMatchSetAsync(UpdateSqlInjectionMatchSetRequest request) AWSWAFAsyncClient.updateSqlInjectionMatchSetAsync(UpdateSqlInjectionMatchSetRequest request, AsyncHandler<UpdateSqlInjectionMatchSetRequest, UpdateSqlInjectionMatchSetResult> asyncHandler) Method parameters in com.amazonaws.services.waf with type arguments of type UpdateSqlInjectionMatchSetRequestModifier and TypeMethodDescriptionAbstractAWSWAFAsync.updateSqlInjectionMatchSetAsync(UpdateSqlInjectionMatchSetRequest request, AsyncHandler<UpdateSqlInjectionMatchSetRequest, UpdateSqlInjectionMatchSetResult> asyncHandler) AWSWAFAsync.updateSqlInjectionMatchSetAsync(UpdateSqlInjectionMatchSetRequest updateSqlInjectionMatchSetRequest, AsyncHandler<UpdateSqlInjectionMatchSetRequest, UpdateSqlInjectionMatchSetResult> asyncHandler) Inserts or deletes SqlInjectionMatchTuple objects (filters) in a SqlInjectionMatchSet.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 UpdateSqlInjectionMatchSetRequestModifier and TypeMethodDescriptionUpdateSqlInjectionMatchSetRequest.clone()UpdateSqlInjectionMatchSetRequest.withChangeToken(String changeToken) The value returned by the most recent call to GetChangeToken.UpdateSqlInjectionMatchSetRequest.withSqlInjectionMatchSetId(String sqlInjectionMatchSetId) TheSqlInjectionMatchSetIdof theSqlInjectionMatchSetthat you want to update.UpdateSqlInjectionMatchSetRequest.withUpdates(SqlInjectionMatchSetUpdate... updates) An array ofSqlInjectionMatchSetUpdateobjects that you want to insert into or delete from a SqlInjectionMatchSet.UpdateSqlInjectionMatchSetRequest.withUpdates(Collection<SqlInjectionMatchSetUpdate> updates) An array ofSqlInjectionMatchSetUpdateobjects that you want to insert into or delete from a SqlInjectionMatchSet.