| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
GeoMatchSet |
GeoMatchSet.clone() |
GeoMatchSet |
GetGeoMatchSetResult.getGeoMatchSet()
Information about the GeoMatchSet that you specified in the
GetGeoMatchSet request. |
GeoMatchSet |
CreateGeoMatchSetResult.getGeoMatchSet()
The GeoMatchSet returned in the
CreateGeoMatchSet response. |
GeoMatchSet |
GeoMatchSet.withGeoMatchConstraints(Collection<GeoMatchConstraint> geoMatchConstraints)
An array of GeoMatchConstraint objects, which contain the country that you want AWS WAF to search for.
|
GeoMatchSet |
GeoMatchSet.withGeoMatchConstraints(GeoMatchConstraint... geoMatchConstraints)
An array of GeoMatchConstraint objects, which contain the country that you want AWS WAF to search for.
|
GeoMatchSet |
GeoMatchSet.withGeoMatchSetId(String geoMatchSetId)
The
GeoMatchSetId for an GeoMatchSet. |
GeoMatchSet |
GeoMatchSet.withName(String name)
A friendly name or description of the GeoMatchSet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetGeoMatchSetResult.setGeoMatchSet(GeoMatchSet geoMatchSet)
Information about the GeoMatchSet that you specified in the
GetGeoMatchSet request. |
void |
CreateGeoMatchSetResult.setGeoMatchSet(GeoMatchSet geoMatchSet)
The GeoMatchSet returned in the
CreateGeoMatchSet response. |
GetGeoMatchSetResult |
GetGeoMatchSetResult.withGeoMatchSet(GeoMatchSet geoMatchSet)
Information about the GeoMatchSet that you specified in the
GetGeoMatchSet request. |
CreateGeoMatchSetResult |
CreateGeoMatchSetResult.withGeoMatchSet(GeoMatchSet geoMatchSet)
The GeoMatchSet returned in the
CreateGeoMatchSet response. |
Copyright © 2022. All rights reserved.