| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf |
|
| software.amazon.awssdk.services.waf.model | |
| software.amazon.awssdk.services.waf.regional |
|
| Modifier and Type | Method and Description |
|---|---|
default GetGeoMatchSetResponse |
WafClient.getGeoMatchSet(Consumer<GetGeoMatchSetRequest.Builder> getGeoMatchSetRequest)
|
default CompletableFuture<GetGeoMatchSetResponse> |
WafAsyncClient.getGeoMatchSet(Consumer<GetGeoMatchSetRequest.Builder> getGeoMatchSetRequest)
|
| 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 GetGeoMatchSetResponse |
WafRegionalClient.getGeoMatchSet(Consumer<GetGeoMatchSetRequest.Builder> getGeoMatchSetRequest)
|
default CompletableFuture<GetGeoMatchSetResponse> |
WafRegionalAsyncClient.getGeoMatchSet(Consumer<GetGeoMatchSetRequest.Builder> getGeoMatchSetRequest)
|
Copyright © 2023. All rights reserved.