Uses of Class
software.amazon.awssdk.services.waf.model.GeoMatchSetUpdate
-
Packages that use GeoMatchSetUpdate Package Description software.amazon.awssdk.services.waf.model -
-
Uses of GeoMatchSetUpdate in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type GeoMatchSetUpdate Modifier and Type Method Description List<GeoMatchSetUpdate>UpdateGeoMatchSetRequest. updates()An array ofGeoMatchSetUpdateobjects that you want to insert into or delete from an GeoMatchSet.Methods in software.amazon.awssdk.services.waf.model with parameters of type GeoMatchSetUpdate Modifier and Type Method Description UpdateGeoMatchSetRequest.BuilderUpdateGeoMatchSetRequest.Builder. updates(GeoMatchSetUpdate... updates)An array ofGeoMatchSetUpdateobjects that you want to insert into or delete from an GeoMatchSet.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type GeoMatchSetUpdate Modifier and Type Method Description UpdateGeoMatchSetRequest.BuilderUpdateGeoMatchSetRequest.Builder. updates(Collection<GeoMatchSetUpdate> updates)An array ofGeoMatchSetUpdateobjects that you want to insert into or delete from an GeoMatchSet.
-