Uses of Class
software.amazon.awssdk.services.geomaps.model.GetGlyphsResponse
-
Packages that use GetGlyphsResponse Package Description software.amazon.awssdk.services.geomaps Integrate high-quality base map data into your applications using MapLibre. -
-
Uses of GetGlyphsResponse in software.amazon.awssdk.services.geomaps
Methods in software.amazon.awssdk.services.geomaps that return GetGlyphsResponse 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.Methods in software.amazon.awssdk.services.geomaps that return types with arguments of type GetGlyphsResponse Modifier and Type Method Description default CompletableFuture<GetGlyphsResponse>GeoMapsAsyncClient. getGlyphs(Consumer<GetGlyphsRequest.Builder> getGlyphsRequest)Returns the map's glyphs.default CompletableFuture<GetGlyphsResponse>GeoMapsAsyncClient. getGlyphs(GetGlyphsRequest getGlyphsRequest)Returns the map's glyphs.
-