Package | Description |
---|---|
com.amazonaws.services.waf | |
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
Future<ListSqlInjectionMatchSetsResult> |
AWSWAFAsync.listSqlInjectionMatchSetsAsync(ListSqlInjectionMatchSetsRequest listSqlInjectionMatchSetsRequest,
AsyncHandler<ListSqlInjectionMatchSetsRequest,ListSqlInjectionMatchSetsResult> asyncHandler)
Returns an array of SqlInjectionMatchSet objects.
|
Future<ListSqlInjectionMatchSetsResult> |
AbstractAWSWAFAsync.listSqlInjectionMatchSetsAsync(ListSqlInjectionMatchSetsRequest request,
AsyncHandler<ListSqlInjectionMatchSetsRequest,ListSqlInjectionMatchSetsResult> asyncHandler) |
Future<ListSqlInjectionMatchSetsResult> |
AWSWAFAsyncClient.listSqlInjectionMatchSetsAsync(ListSqlInjectionMatchSetsRequest request,
AsyncHandler<ListSqlInjectionMatchSetsRequest,ListSqlInjectionMatchSetsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListSqlInjectionMatchSetsRequest |
ListSqlInjectionMatchSetsRequest.clone() |
ListSqlInjectionMatchSetsRequest |
ListSqlInjectionMatchSetsRequest.withLimit(Integer limit)
Specifies the number of SqlInjectionMatchSet objects that you want
AWS WAF to return for this request.
|
ListSqlInjectionMatchSetsRequest |
ListSqlInjectionMatchSetsRequest.withNextMarker(String nextMarker)
If you specify a value for
Limit and you have more
SqlInjectionMatchSet objects than the value of Limit ,
AWS WAF returns a NextMarker value in the response that
allows you to list another group of SqlInjectionMatchSets . |
Copyright © 2018. All rights reserved.