Uses of Interface
software.amazon.awssdk.services.waf.model.GeoMatchSetUpdate.Builder
-
Packages that use GeoMatchSetUpdate.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of GeoMatchSetUpdate.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return GeoMatchSetUpdate.Builder Modifier and Type Method Description GeoMatchSetUpdate.BuilderGeoMatchSetUpdate.Builder. action(String action)Specifies whether to insert or delete a country with UpdateGeoMatchSet.GeoMatchSetUpdate.BuilderGeoMatchSetUpdate.Builder. action(ChangeAction action)Specifies whether to insert or delete a country with UpdateGeoMatchSet.static GeoMatchSetUpdate.BuilderGeoMatchSetUpdate. builder()default GeoMatchSetUpdate.BuilderGeoMatchSetUpdate.Builder. geoMatchConstraint(Consumer<GeoMatchConstraint.Builder> geoMatchConstraint)The country from which web requests originate that you want AWS WAF to search for.GeoMatchSetUpdate.BuilderGeoMatchSetUpdate.Builder. geoMatchConstraint(GeoMatchConstraint geoMatchConstraint)The country from which web requests originate that you want AWS WAF to search for.GeoMatchSetUpdate.BuilderGeoMatchSetUpdate. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type GeoMatchSetUpdate.Builder Modifier and Type Method Description static Class<? extends GeoMatchSetUpdate.Builder>GeoMatchSetUpdate. serializableBuilderClass()
-