| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
GeoMatchSetUpdate |
GeoMatchSetUpdate.clone() |
GeoMatchSetUpdate |
GeoMatchSetUpdate.withAction(ChangeAction action)
Specifies whether to insert or delete a country with UpdateGeoMatchSet.
|
GeoMatchSetUpdate |
GeoMatchSetUpdate.withAction(String action)
Specifies whether to insert or delete a country with UpdateGeoMatchSet.
|
GeoMatchSetUpdate |
GeoMatchSetUpdate.withGeoMatchConstraint(GeoMatchConstraint geoMatchConstraint)
The country from which web requests originate that you want AWS WAF to search for.
|
| Modifier and Type | Method and Description |
|---|---|
List<GeoMatchSetUpdate> |
UpdateGeoMatchSetRequest.getUpdates()
An array of
GeoMatchSetUpdate objects that you want to insert into or delete from an
GeoMatchSet. |
| Modifier and Type | Method and Description |
|---|---|
UpdateGeoMatchSetRequest |
UpdateGeoMatchSetRequest.withUpdates(GeoMatchSetUpdate... updates)
An array of
GeoMatchSetUpdate objects that you want to insert into or delete from an
GeoMatchSet. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateGeoMatchSetRequest.setUpdates(Collection<GeoMatchSetUpdate> updates)
An array of
GeoMatchSetUpdate objects that you want to insert into or delete from an
GeoMatchSet. |
UpdateGeoMatchSetRequest |
UpdateGeoMatchSetRequest.withUpdates(Collection<GeoMatchSetUpdate> updates)
An array of
GeoMatchSetUpdate objects that you want to insert into or delete from an
GeoMatchSet. |
Copyright © 2020. All rights reserved.