| 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 GetGeoMatchSetResponse |
WafClient.getGeoMatchSet(Consumer<GetGeoMatchSetRequest.Builder> getGeoMatchSetRequest)
Returns the GeoMatchSet that is specified by
GeoMatchSetId. |
default CompletableFuture<GetGeoMatchSetResponse> |
WafAsyncClient.getGeoMatchSet(Consumer<GetGeoMatchSetRequest.Builder> getGeoMatchSetRequest)
Returns the GeoMatchSet that is specified by
GeoMatchSetId. |
| Modifier and Type | Method and Description |
|---|---|
static GetGeoMatchSetRequest.Builder |
GetGeoMatchSetRequest.builder() |
GetGeoMatchSetRequest.Builder |
GetGeoMatchSetRequest.Builder.geoMatchSetId(String geoMatchSetId)
The
GeoMatchSetId of the GeoMatchSet that you want to get. |
GetGeoMatchSetRequest.Builder |
GetGeoMatchSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetGeoMatchSetRequest.Builder |
GetGeoMatchSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetGeoMatchSetRequest.Builder |
GetGeoMatchSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetGeoMatchSetRequest.Builder> |
GetGeoMatchSetRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetGeoMatchSetResponse> |
WafRegionalAsyncClient.getGeoMatchSet(Consumer<GetGeoMatchSetRequest.Builder> getGeoMatchSetRequest)
Returns the GeoMatchSet that is specified by
GeoMatchSetId. |
default GetGeoMatchSetResponse |
WafRegionalClient.getGeoMatchSet(Consumer<GetGeoMatchSetRequest.Builder> getGeoMatchSetRequest)
Returns the GeoMatchSet that is specified by
GeoMatchSetId. |
Copyright © 2019. All rights reserved.