Package | Description |
---|---|
com.amazonaws.services.waf | |
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
ListIPSetsResult |
AWSWAF.listIPSets(ListIPSetsRequest listIPSetsRequest)
Returns an array of IPSetSummary objects in the response.
|
ListIPSetsResult |
AbstractAWSWAF.listIPSets(ListIPSetsRequest request) |
ListIPSetsResult |
AWSWAFClient.listIPSets(ListIPSetsRequest listIPSetsRequest)
Returns an array of IPSetSummary objects in the response.
|
Modifier and Type | Method and Description |
---|---|
Future<ListIPSetsResult> |
AWSWAFAsync.listIPSetsAsync(ListIPSetsRequest listIPSetsRequest)
Returns an array of IPSetSummary objects in the response.
|
Future<ListIPSetsResult> |
AbstractAWSWAFAsync.listIPSetsAsync(ListIPSetsRequest request) |
Future<ListIPSetsResult> |
AWSWAFAsyncClient.listIPSetsAsync(ListIPSetsRequest request) |
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 |
---|---|
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 |
---|---|
ListIPSetsResult |
ListIPSetsResult.clone() |
ListIPSetsResult |
ListIPSetsResult.withIPSets(Collection<IPSetSummary> iPSets)
An array of IPSetSummary objects.
|
ListIPSetsResult |
ListIPSetsResult.withIPSets(IPSetSummary... iPSets)
An array of IPSetSummary objects.
|
ListIPSetsResult |
ListIPSetsResult.withNextMarker(String nextMarker)
If you have more
IPSet objects than the number that you
specified for Limit in the request, the response includes a
NextMarker value. |
Copyright © 2018. All rights reserved.