Uses of Class
software.amazon.awssdk.services.geomaps.model.ValidationException
-
Packages that use ValidationException Package Description software.amazon.awssdk.services.geomaps Integrate high-quality base map data into your applications using MapLibre. -
-
Uses of ValidationException in software.amazon.awssdk.services.geomaps
Methods in software.amazon.awssdk.services.geomaps that throw ValidationException 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.
-