Uses of Class
software.amazon.awssdk.services.wafv2.model.GeoMatchStatement
-
Packages that use GeoMatchStatement Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of GeoMatchStatement in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return GeoMatchStatement Modifier and Type Method Description GeoMatchStatementStatement. geoMatchStatement()A rule statement that labels web requests by country and region and that matches against web requests based on country code.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type GeoMatchStatement Modifier and Type Method Description Statement.BuilderStatement.Builder. geoMatchStatement(GeoMatchStatement geoMatchStatement)A rule statement that labels web requests by country and region and that matches against web requests based on country code.
-