| Package | Description |
|---|---|
| com.amazonaws.services.wafv2 |
|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListIPSetsResult |
AbstractAWSWAFV2.listIPSets(ListIPSetsRequest request) |
ListIPSetsResult |
AWSWAFV2.listIPSets(ListIPSetsRequest listIPSetsRequest)
Retrieves an array of IPSetSummary objects for the IP sets that you manage.
|
ListIPSetsResult |
AWSWAFV2Client.listIPSets(ListIPSetsRequest request)
Retrieves an array of IPSetSummary objects for the IP sets that you manage.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListIPSetsResult> |
AWSWAFV2AsyncClient.listIPSetsAsync(ListIPSetsRequest request,
AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler) |
Future<ListIPSetsResult> |
AbstractAWSWAFV2Async.listIPSetsAsync(ListIPSetsRequest request,
AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler) |
Future<ListIPSetsResult> |
AWSWAFV2Async.listIPSetsAsync(ListIPSetsRequest listIPSetsRequest,
AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler)
Retrieves an array of IPSetSummary objects for the IP sets that you manage.
|
| Modifier and Type | Method and Description |
|---|---|
ListIPSetsResult |
ListIPSetsResult.clone() |
ListIPSetsResult |
ListIPSetsResult.withIPSets(Collection<IPSetSummary> iPSets)
Array of IPSets.
|
ListIPSetsResult |
ListIPSetsResult.withIPSets(IPSetSummary... iPSets)
Array of IPSets.
|
ListIPSetsResult |
ListIPSetsResult.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, WAF returns a NextMarker value in the response. |
Copyright © 2024. All rights reserved.