Uses of Class
software.amazon.awssdk.services.geomaps.model.GeoMapsException
-
Packages that use GeoMapsException Package Description software.amazon.awssdk.services.geomaps Integrate high-quality base map data into your applications using MapLibre.software.amazon.awssdk.services.geomaps.model -
-
Uses of GeoMapsException in software.amazon.awssdk.services.geomaps
Methods in software.amazon.awssdk.services.geomaps that throw GeoMapsException Modifier and Type Method Description default GetGlyphsResponseGeoMapsClient. getGlyphs(Consumer<GetGlyphsRequest.Builder> getGlyphsRequest)Returns the map's glyphs.default GetGlyphsResponseGeoMapsClient. getGlyphs(GetGlyphsRequest getGlyphsRequest)Returns the map's glyphs.default GetSpritesResponseGeoMapsClient. getSprites(Consumer<GetSpritesRequest.Builder> getSpritesRequest)Returns the map's sprites.default GetSpritesResponseGeoMapsClient. getSprites(GetSpritesRequest getSpritesRequest)Returns the map's sprites.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 GetStyleDescriptorResponseGeoMapsClient. getStyleDescriptor(Consumer<GetStyleDescriptorRequest.Builder> getStyleDescriptorRequest)Returns information about the style.default GetStyleDescriptorResponseGeoMapsClient. getStyleDescriptor(GetStyleDescriptorRequest getStyleDescriptorRequest)Returns information about the style.default GetTileResponseGeoMapsClient. getTile(Consumer<GetTileRequest.Builder> getTileRequest)Returns a tile.default GetTileResponseGeoMapsClient. getTile(GetTileRequest getTileRequest)Returns a tile. -
Uses of GeoMapsException in software.amazon.awssdk.services.geomaps.model
Subclasses of GeoMapsException in software.amazon.awssdk.services.geomaps.model Modifier and Type Class Description classAccessDeniedExceptionThe request was denied because of insufficient access or permissions.classInternalServerExceptionThe request processing has failed because of an unknown error, exception or failure.classThrottlingExceptionThe request was denied due to request throttling.classValidationExceptionThe input fails to satisfy the constraints specified by an AWS service.Methods in software.amazon.awssdk.services.geomaps.model that return GeoMapsException Modifier and Type Method Description GeoMapsExceptionGeoMapsException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.geomaps.model with parameters of type GeoMapsException Constructor Description BuilderImpl(GeoMapsException ex)
-