Uses of Class
software.amazon.awssdk.services.waf.model.GeoMatchSet
-
Packages that use GeoMatchSet Package Description software.amazon.awssdk.services.waf.model -
-
Uses of GeoMatchSet in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return GeoMatchSet Modifier and Type Method Description GeoMatchSetCreateGeoMatchSetResponse. geoMatchSet()The GeoMatchSet returned in theCreateGeoMatchSetresponse.GeoMatchSetGetGeoMatchSetResponse. geoMatchSet()Information about the GeoMatchSet that you specified in theGetGeoMatchSetrequest.Methods in software.amazon.awssdk.services.waf.model with parameters of type GeoMatchSet Modifier and Type Method Description CreateGeoMatchSetResponse.BuilderCreateGeoMatchSetResponse.Builder. geoMatchSet(GeoMatchSet geoMatchSet)The GeoMatchSet returned in theCreateGeoMatchSetresponse.GetGeoMatchSetResponse.BuilderGetGeoMatchSetResponse.Builder. geoMatchSet(GeoMatchSet geoMatchSet)Information about the GeoMatchSet that you specified in theGetGeoMatchSetrequest.
-