Uses of Class
software.amazon.awssdk.services.waf.model.GeoMatchConstraint
-
Packages that use GeoMatchConstraint Package Description software.amazon.awssdk.services.waf.model -
-
Uses of GeoMatchConstraint in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return GeoMatchConstraint Modifier and Type Method Description GeoMatchConstraintGeoMatchSetUpdate. geoMatchConstraint()The country from which web requests originate that you want AWS WAF to search for.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type GeoMatchConstraint Modifier and Type Method Description List<GeoMatchConstraint>GeoMatchSet. geoMatchConstraints()An array of GeoMatchConstraint objects, which contain the country that you want AWS WAF to search for.Methods in software.amazon.awssdk.services.waf.model with parameters of type GeoMatchConstraint Modifier and Type Method Description GeoMatchSetUpdate.BuilderGeoMatchSetUpdate.Builder. geoMatchConstraint(GeoMatchConstraint geoMatchConstraint)The country from which web requests originate that you want AWS WAF to search for.GeoMatchSet.BuilderGeoMatchSet.Builder. geoMatchConstraints(GeoMatchConstraint... geoMatchConstraints)An array of GeoMatchConstraint objects, which contain the country that you want AWS WAF to search for.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type GeoMatchConstraint Modifier and Type Method Description GeoMatchSet.BuilderGeoMatchSet.Builder. geoMatchConstraints(Collection<GeoMatchConstraint> geoMatchConstraints)An array of GeoMatchConstraint objects, which contain the country that you want AWS WAF to search for.
-