| 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.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 CreateIpSetResponse |
WafClient.createIPSet(Consumer<CreateIpSetRequest.Builder> createIpSetRequest)
Creates an IPSet, which you use to specify which web requests that you want to allow or block based on the
IP addresses that the requests originate from.
|
default CreateIpSetResponse |
WafClient.createIPSet(CreateIpSetRequest createIpSetRequest)
Creates an IPSet, which you use to specify which web requests that you want to allow or block based on the
IP addresses that the requests originate from.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateIpSetResponse> |
WafAsyncClient.createIPSet(Consumer<CreateIpSetRequest.Builder> createIpSetRequest)
Creates an IPSet, which you use to specify which web requests that you want to allow or block based on the
IP addresses that the requests originate from.
|
default CompletableFuture<CreateIpSetResponse> |
WafAsyncClient.createIPSet(CreateIpSetRequest createIpSetRequest)
Creates an IPSet, which you use to specify which web requests that you want to allow or block based on the
IP addresses that the requests originate from.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateIpSetResponse |
WafRegionalClient.createIPSet(Consumer<CreateIpSetRequest.Builder> createIpSetRequest)
Creates an IPSet, which you use to specify which web requests that you want to allow or block based on the
IP addresses that the requests originate from.
|
default CreateIpSetResponse |
WafRegionalClient.createIPSet(CreateIpSetRequest createIpSetRequest)
Creates an IPSet, which you use to specify which web requests that you want to allow or block based on the
IP addresses that the requests originate from.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateIpSetResponse> |
WafRegionalAsyncClient.createIPSet(Consumer<CreateIpSetRequest.Builder> createIpSetRequest)
Creates an IPSet, which you use to specify which web requests that you want to allow or block based on the
IP addresses that the requests originate from.
|
default CompletableFuture<CreateIpSetResponse> |
WafRegionalAsyncClient.createIPSet(CreateIpSetRequest createIpSetRequest)
Creates an IPSet, which you use to specify which web requests that you want to allow or block based on the
IP addresses that the requests originate from.
|
Copyright © 2019. All rights reserved.