| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf |
This is the AWS WAF API Reference for using AWS WAF with Amazon CloudFront.
|
| software.amazon.awssdk.services.waf.model | |
| software.amazon.awssdk.services.waf.regional |
This is the AWS WAF Regional API Reference for using AWS WAF with Elastic Load Balancing (ELB) Application
Load Balancers.
|
| Modifier and Type | Method and Description |
|---|---|
default ListIpSetsResponse |
WafClient.listIPSets(Consumer<ListIpSetsRequest.Builder> listIpSetsRequest)
Returns an array of IPSetSummary objects in the response.
|
default CompletableFuture<ListIpSetsResponse> |
WafAsyncClient.listIPSets(Consumer<ListIpSetsRequest.Builder> listIpSetsRequest)
Returns an array of IPSetSummary objects in the response.
|
| Modifier and Type | Method and Description |
|---|---|
static ListIpSetsRequest.Builder |
ListIpSetsRequest.builder() |
ListIpSetsRequest.Builder |
ListIpSetsRequest.Builder.limit(Integer limit)
Specifies the number of
IPSet objects that you want AWS WAF to return for this request. |
ListIpSetsRequest.Builder |
ListIpSetsRequest.Builder.nextMarker(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. |
ListIpSetsRequest.Builder |
ListIpSetsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIpSetsRequest.Builder |
ListIpSetsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListIpSetsRequest.Builder |
ListIpSetsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListIpSetsRequest.Builder> |
ListIpSetsRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListIpSetsResponse> |
WafRegionalAsyncClient.listIPSets(Consumer<ListIpSetsRequest.Builder> listIpSetsRequest)
Returns an array of IPSetSummary objects in the response.
|
default ListIpSetsResponse |
WafRegionalClient.listIPSets(Consumer<ListIpSetsRequest.Builder> listIpSetsRequest)
Returns an array of IPSetSummary objects in the response.
|
Copyright © 2019. All rights reserved.