| 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 GetIpSetResponse |
WafClient.getIPSet(Consumer<GetIpSetRequest.Builder> getIpSetRequest)
Returns the IPSet that is specified by
IPSetId. |
default CompletableFuture<GetIpSetResponse> |
WafAsyncClient.getIPSet(Consumer<GetIpSetRequest.Builder> getIpSetRequest)
Returns the IPSet that is specified by
IPSetId. |
| Modifier and Type | Method and Description |
|---|---|
static GetIpSetRequest.Builder |
GetIpSetRequest.builder() |
GetIpSetRequest.Builder |
GetIpSetRequest.Builder.ipSetId(String ipSetId)
The
IPSetId of the IPSet that you want to get. |
GetIpSetRequest.Builder |
GetIpSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetIpSetRequest.Builder |
GetIpSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetIpSetRequest.Builder |
GetIpSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetIpSetRequest.Builder> |
GetIpSetRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetIpSetResponse> |
WafRegionalAsyncClient.getIPSet(Consumer<GetIpSetRequest.Builder> getIpSetRequest)
Returns the IPSet that is specified by
IPSetId. |
default GetIpSetResponse |
WafRegionalClient.getIPSet(Consumer<GetIpSetRequest.Builder> getIpSetRequest)
Returns the IPSet that is specified by
IPSetId. |
Copyright © 2019. All rights reserved.