| Package | Description |
|---|---|
| com.amazonaws.services.waf |
This is the AWS WAF API Reference.
|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and 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) |
| 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 © 2016. All rights reserved.