Uses of Interface
software.amazon.awssdk.services.waf.model.GeoMatchConstraint.Builder
-
Packages that use GeoMatchConstraint.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of GeoMatchConstraint.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return GeoMatchConstraint.Builder Modifier and Type Method Description static GeoMatchConstraint.BuilderGeoMatchConstraint. builder()GeoMatchConstraint.BuilderGeoMatchConstraint. toBuilder()GeoMatchConstraint.BuilderGeoMatchConstraint.Builder. type(String type)The type of geographical area you want AWS WAF to search for.GeoMatchConstraint.BuilderGeoMatchConstraint.Builder. type(GeoMatchConstraintType type)The type of geographical area you want AWS WAF to search for.GeoMatchConstraint.BuilderGeoMatchConstraint.Builder. value(String value)The country that you want AWS WAF to search for.GeoMatchConstraint.BuilderGeoMatchConstraint.Builder. value(GeoMatchConstraintValue value)The country that you want AWS WAF to search for.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type GeoMatchConstraint.Builder Modifier and Type Method Description static Class<? extends GeoMatchConstraint.Builder>GeoMatchConstraint. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type GeoMatchConstraint.Builder Modifier and Type Method Description default GeoMatchSetUpdate.BuilderGeoMatchSetUpdate.Builder. geoMatchConstraint(Consumer<GeoMatchConstraint.Builder> geoMatchConstraint)The country from which web requests originate that you want AWS WAF to search for.
-