| 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 GetWebAclResponse |
WafClient.getWebACL(Consumer<GetWebAclRequest.Builder> getWebAclRequest)
Returns the WebACL that is specified by
WebACLId. |
default CompletableFuture<GetWebAclResponse> |
WafAsyncClient.getWebACL(Consumer<GetWebAclRequest.Builder> getWebAclRequest)
Returns the WebACL that is specified by
WebACLId. |
| Modifier and Type | Method and Description |
|---|---|
static GetWebAclRequest.Builder |
GetWebAclRequest.builder() |
GetWebAclRequest.Builder |
GetWebAclRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetWebAclRequest.Builder |
GetWebAclRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetWebAclRequest.Builder |
GetWebAclRequest.toBuilder() |
GetWebAclRequest.Builder |
GetWebAclRequest.Builder.webACLId(String webACLId)
The
WebACLId of the WebACL that you want to get. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetWebAclRequest.Builder> |
GetWebAclRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetWebAclResponse> |
WafRegionalAsyncClient.getWebACL(Consumer<GetWebAclRequest.Builder> getWebAclRequest)
Returns the WebACL that is specified by
WebACLId. |
default GetWebAclResponse |
WafRegionalClient.getWebACL(Consumer<GetWebAclRequest.Builder> getWebAclRequest)
Returns the WebACL that is specified by
WebACLId. |
Copyright © 2019. All rights reserved.