| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
GeoMatchConstraint |
GeoMatchSetUpdate.geoMatchConstraint()
The country from which web requests originate that you want AWS WAF to search for.
|
| Modifier and Type | Method and Description |
|---|---|
List<GeoMatchConstraint> |
GeoMatchSet.geoMatchConstraints()
An array of GeoMatchConstraint objects, which contain the country that you want AWS WAF to search for.
|
| Modifier and Type | Method and Description |
|---|---|
GeoMatchSetUpdate.Builder |
GeoMatchSetUpdate.Builder.geoMatchConstraint(GeoMatchConstraint geoMatchConstraint)
The country from which web requests originate that you want AWS WAF to search for.
|
GeoMatchSet.Builder |
GeoMatchSet.Builder.geoMatchConstraints(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 |
|---|---|
GeoMatchSet.Builder |
GeoMatchSet.Builder.geoMatchConstraints(Collection<GeoMatchConstraint> geoMatchConstraints)
An array of GeoMatchConstraint objects, which contain the country that you want AWS WAF to search for.
|
Copyright © 2023. All rights reserved.