Uses of Class
software.amazon.awssdk.services.location.model.GetMapGlyphsResponse
-
Packages that use GetMapGlyphsResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of GetMapGlyphsResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return GetMapGlyphsResponse Modifier and Type Method Description default GetMapGlyphsResponseLocationClient. getMapGlyphs(Consumer<GetMapGlyphsRequest.Builder> getMapGlyphsRequest)Retrieves glyphs used to display labels on a map.default GetMapGlyphsResponseLocationClient. getMapGlyphs(GetMapGlyphsRequest getMapGlyphsRequest)Retrieves glyphs used to display labels on a map.Methods in software.amazon.awssdk.services.location that return types with arguments of type GetMapGlyphsResponse Modifier and Type Method Description default CompletableFuture<GetMapGlyphsResponse>LocationAsyncClient. getMapGlyphs(Consumer<GetMapGlyphsRequest.Builder> getMapGlyphsRequest)Retrieves glyphs used to display labels on a map.default CompletableFuture<GetMapGlyphsResponse>LocationAsyncClient. getMapGlyphs(GetMapGlyphsRequest getMapGlyphsRequest)Retrieves glyphs used to display labels on a map.
-