| Package | Description |
|---|---|
| com.amazonaws.services.wafv2 |
|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListIPSetsResult> |
AWSWAFV2Async.listIPSetsAsync(ListIPSetsRequest listIPSetsRequest,
AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler)
|
Future<ListIPSetsResult> |
AWSWAFV2AsyncClient.listIPSetsAsync(ListIPSetsRequest request,
AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler) |
Future<ListIPSetsResult> |
AbstractAWSWAFV2Async.listIPSetsAsync(ListIPSetsRequest request,
AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListIPSetsRequest |
ListIPSetsRequest.clone() |
ListIPSetsRequest |
ListIPSetsRequest.withLimit(Integer limit)
The maximum number of objects that you want AWS WAF to return for this request.
|
ListIPSetsRequest |
ListIPSetsRequest.withNextMarker(String nextMarker)
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, AWS WAF returns a NextMarker value in the response. |
ListIPSetsRequest |
ListIPSetsRequest.withScope(Scope scope)
Specifies whether this is for an AWS CloudFront distribution or for a regional application.
|
ListIPSetsRequest |
ListIPSetsRequest.withScope(String scope)
Specifies whether this is for an AWS CloudFront distribution or for a regional application.
|
Copyright © 2020. All rights reserved.