| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static CountryCode |
CountryCode.fromValue(String value)
Use this in place of valueOf.
|
static CountryCode |
CountryCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CountryCode[] |
CountryCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GeoMatchStatement |
GeoMatchStatement.withCountryCodes(CountryCode... countryCodes)
An array of two-character country codes that you want to match against, for example,
[ "US", "CN" ],
from the alpha-2 country ISO codes of the ISO 3166 international standard. |
Copyright © 2025. All rights reserved.