Uses of Class
com.amazonaws.services.waf.model.DeleteSqlInjectionMatchSetRequest
-
Packages that use DeleteSqlInjectionMatchSetRequest Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of DeleteSqlInjectionMatchSetRequest in com.amazonaws.services.waf
Method parameters in com.amazonaws.services.waf with type arguments of type DeleteSqlInjectionMatchSetRequest Modifier and Type Method Description Future<DeleteSqlInjectionMatchSetResult>
AbstractAWSWAFAsync. deleteSqlInjectionMatchSetAsync(DeleteSqlInjectionMatchSetRequest request, AsyncHandler<DeleteSqlInjectionMatchSetRequest,DeleteSqlInjectionMatchSetResult> asyncHandler)
Future<DeleteSqlInjectionMatchSetResult>
AWSWAFAsync. deleteSqlInjectionMatchSetAsync(DeleteSqlInjectionMatchSetRequest deleteSqlInjectionMatchSetRequest, AsyncHandler<DeleteSqlInjectionMatchSetRequest,DeleteSqlInjectionMatchSetResult> asyncHandler)
Permanently deletes a SqlInjectionMatchSet.Future<DeleteSqlInjectionMatchSetResult>
AWSWAFAsyncClient. deleteSqlInjectionMatchSetAsync(DeleteSqlInjectionMatchSetRequest request, AsyncHandler<DeleteSqlInjectionMatchSetRequest,DeleteSqlInjectionMatchSetResult> asyncHandler)
-
Uses of DeleteSqlInjectionMatchSetRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return DeleteSqlInjectionMatchSetRequest Modifier and Type Method Description DeleteSqlInjectionMatchSetRequest
DeleteSqlInjectionMatchSetRequest. clone()
DeleteSqlInjectionMatchSetRequest
DeleteSqlInjectionMatchSetRequest. withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.DeleteSqlInjectionMatchSetRequest
DeleteSqlInjectionMatchSetRequest. withSqlInjectionMatchSetId(String sqlInjectionMatchSetId)
TheSqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete.
-