| 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 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateIpSetRequest.Builder |
CreateIpSetRequest.builder() |
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.name(String name)
A friendly name or description of the IPSet.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateIpSetRequest.Builder |
CreateIpSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateIpSetRequest.Builder> |
CreateIpSetRequest.serializableBuilderClass() |
| 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 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.
|
Copyright © 2019. All rights reserved.