| 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<ListSizeConstraintSetsResult> |
AbstractAWSWAFAsync.listSizeConstraintSetsAsync(ListSizeConstraintSetsRequest request,
AsyncHandler<ListSizeConstraintSetsRequest,ListSizeConstraintSetsResult> asyncHandler) |
Future<ListSizeConstraintSetsResult> |
AWSWAFAsync.listSizeConstraintSetsAsync(ListSizeConstraintSetsRequest listSizeConstraintSetsRequest,
AsyncHandler<ListSizeConstraintSetsRequest,ListSizeConstraintSetsResult> asyncHandler)
Returns an array of SizeConstraintSetSummary objects.
|
Future<ListSizeConstraintSetsResult> |
AWSWAFAsyncClient.listSizeConstraintSetsAsync(ListSizeConstraintSetsRequest request,
AsyncHandler<ListSizeConstraintSetsRequest,ListSizeConstraintSetsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSizeConstraintSetsRequest |
ListSizeConstraintSetsRequest.clone() |
ListSizeConstraintSetsRequest |
ListSizeConstraintSetsRequest.withLimit(Integer limit)
Specifies the number of
SizeConstraintSet objects that you want AWS WAF to return for this request. |
ListSizeConstraintSetsRequest |
ListSizeConstraintSetsRequest.withNextMarker(String nextMarker)
If you specify a value for
Limit and you have more SizeConstraintSets than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to list
another group of SizeConstraintSets. |
Copyright © 2016. All rights reserved.