| 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 UpdateGeoMatchSetResponse |
WafClient.updateGeoMatchSet(Consumer<UpdateGeoMatchSetRequest.Builder> updateGeoMatchSetRequest)
|
default CompletableFuture<UpdateGeoMatchSetResponse> |
WafAsyncClient.updateGeoMatchSet(Consumer<UpdateGeoMatchSetRequest.Builder> updateGeoMatchSetRequest)
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateGeoMatchSetRequest.Builder |
UpdateGeoMatchSetRequest.builder() |
UpdateGeoMatchSetRequest.Builder |
UpdateGeoMatchSetRequest.Builder.changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
UpdateGeoMatchSetRequest.Builder |
UpdateGeoMatchSetRequest.Builder.geoMatchSetId(String geoMatchSetId)
The
GeoMatchSetId of the GeoMatchSet that you want to update. |
UpdateGeoMatchSetRequest.Builder |
UpdateGeoMatchSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGeoMatchSetRequest.Builder |
UpdateGeoMatchSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateGeoMatchSetRequest.Builder |
UpdateGeoMatchSetRequest.toBuilder() |
UpdateGeoMatchSetRequest.Builder |
UpdateGeoMatchSetRequest.Builder.updates(Collection<GeoMatchSetUpdate> updates)
An array of
GeoMatchSetUpdate objects that you want to insert into or delete from an
GeoMatchSet. |
UpdateGeoMatchSetRequest.Builder |
UpdateGeoMatchSetRequest.Builder.updates(Consumer<GeoMatchSetUpdate.Builder>... updates)
An array of
GeoMatchSetUpdate objects that you want to insert into or delete from an
GeoMatchSet. |
UpdateGeoMatchSetRequest.Builder |
UpdateGeoMatchSetRequest.Builder.updates(GeoMatchSetUpdate... updates)
An array of
GeoMatchSetUpdate objects that you want to insert into or delete from an
GeoMatchSet. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateGeoMatchSetRequest.Builder> |
UpdateGeoMatchSetRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateGeoMatchSetResponse |
WafRegionalClient.updateGeoMatchSet(Consumer<UpdateGeoMatchSetRequest.Builder> updateGeoMatchSetRequest)
|
default CompletableFuture<UpdateGeoMatchSetResponse> |
WafRegionalAsyncClient.updateGeoMatchSet(Consumer<UpdateGeoMatchSetRequest.Builder> updateGeoMatchSetRequest)
|
Copyright © 2023. All rights reserved.