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