Uses of Class
com.amazonaws.services.waf.model.ListSqlInjectionMatchSetsRequest
-
Packages that use ListSqlInjectionMatchSetsRequest Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of ListSqlInjectionMatchSetsRequest in com.amazonaws.services.waf
Method parameters in com.amazonaws.services.waf with type arguments of type ListSqlInjectionMatchSetsRequest Modifier and Type Method Description Future<ListSqlInjectionMatchSetsResult>AbstractAWSWAFAsync. listSqlInjectionMatchSetsAsync(ListSqlInjectionMatchSetsRequest request, AsyncHandler<ListSqlInjectionMatchSetsRequest,ListSqlInjectionMatchSetsResult> asyncHandler)Future<ListSqlInjectionMatchSetsResult>AWSWAFAsync. listSqlInjectionMatchSetsAsync(ListSqlInjectionMatchSetsRequest listSqlInjectionMatchSetsRequest, AsyncHandler<ListSqlInjectionMatchSetsRequest,ListSqlInjectionMatchSetsResult> asyncHandler)Returns an array of SqlInjectionMatchSet objects.Future<ListSqlInjectionMatchSetsResult>AWSWAFAsyncClient. listSqlInjectionMatchSetsAsync(ListSqlInjectionMatchSetsRequest request, AsyncHandler<ListSqlInjectionMatchSetsRequest,ListSqlInjectionMatchSetsResult> asyncHandler) -
Uses of ListSqlInjectionMatchSetsRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return ListSqlInjectionMatchSetsRequest Modifier and Type Method Description ListSqlInjectionMatchSetsRequestListSqlInjectionMatchSetsRequest. clone()ListSqlInjectionMatchSetsRequestListSqlInjectionMatchSetsRequest. withLimit(Integer limit)Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request.ListSqlInjectionMatchSetsRequestListSqlInjectionMatchSetsRequest. withNextMarker(String nextMarker)If you specify a value forLimitand you have more SqlInjectionMatchSet objects than the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofSqlInjectionMatchSets.
-