Uses of Class
software.amazon.awssdk.services.geomaps.model.ThrottlingException
-
Packages that use ThrottlingException Package Description software.amazon.awssdk.services.geomaps Integrate high-quality base map data into your applications using MapLibre. -
-
Uses of ThrottlingException in software.amazon.awssdk.services.geomaps
Methods in software.amazon.awssdk.services.geomaps that throw ThrottlingException Modifier and Type Method Description default GetStaticMapResponseGeoMapsClient. getStaticMap(Consumer<GetStaticMapRequest.Builder> getStaticMapRequest)Provides high-quality static map images with customizable options.default GetStaticMapResponseGeoMapsClient. getStaticMap(GetStaticMapRequest getStaticMapRequest)Provides high-quality static map images with customizable options.default GetTileResponseGeoMapsClient. getTile(Consumer<GetTileRequest.Builder> getTileRequest)Returns a tile.default GetTileResponseGeoMapsClient. getTile(GetTileRequest getTileRequest)Returns a tile.
-