| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
List<GeoMatchSetUpdate> |
UpdateGeoMatchSetRequest.updates()
An array of
GeoMatchSetUpdate objects that you want to insert into or delete from an
GeoMatchSet. |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
UpdateGeoMatchSetRequest.Builder |
UpdateGeoMatchSetRequest.Builder.updates(Collection<GeoMatchSetUpdate> updates)
An array of
GeoMatchSetUpdate objects that you want to insert into or delete from an
GeoMatchSet. |
Copyright © 2023. All rights reserved.