| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
GeoMatchConstraint |
GeoMatchConstraint.clone() |
GeoMatchConstraint |
GeoMatchSetUpdate.getGeoMatchConstraint()
The country from which web requests originate that you want AWS WAF to search for.
|
GeoMatchConstraint |
GeoMatchConstraint.withType(GeoMatchConstraintType type)
The type of geographical area you want AWS WAF to search for.
|
GeoMatchConstraint |
GeoMatchConstraint.withType(String type)
The type of geographical area you want AWS WAF to search for.
|
GeoMatchConstraint |
GeoMatchConstraint.withValue(GeoMatchConstraintValue value)
The country that you want AWS WAF to search for.
|
GeoMatchConstraint |
GeoMatchConstraint.withValue(String value)
The country that you want AWS WAF to search for.
|
| Modifier and Type | Method and Description |
|---|---|
List<GeoMatchConstraint> |
GeoMatchSet.getGeoMatchConstraints()
An array of GeoMatchConstraint objects, which contain the country that you want AWS WAF to search for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeoMatchSetUpdate.setGeoMatchConstraint(GeoMatchConstraint geoMatchConstraint)
The country from which web requests originate that you want AWS WAF to search for.
|
GeoMatchSetUpdate |
GeoMatchSetUpdate.withGeoMatchConstraint(GeoMatchConstraint geoMatchConstraint)
The country from which web requests originate 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeoMatchSet.setGeoMatchConstraints(Collection<GeoMatchConstraint> geoMatchConstraints)
An array of GeoMatchConstraint objects, which contain the country that you want AWS WAF to search for.
|
GeoMatchSet |
GeoMatchSet.withGeoMatchConstraints(Collection<GeoMatchConstraint> geoMatchConstraints)
An array of GeoMatchConstraint objects, which contain the country that you want AWS WAF to search for.
|
Copyright © 2020. All rights reserved.