Uses of Class
software.amazon.awssdk.services.geomaps.model.GetTileResponse
-
Packages that use GetTileResponse Package Description software.amazon.awssdk.services.geomaps Integrate high-quality base map data into your applications using MapLibre. -
-
Uses of GetTileResponse in software.amazon.awssdk.services.geomaps
Methods in software.amazon.awssdk.services.geomaps that return GetTileResponse Modifier and Type Method Description default GetTileResponseGeoMapsClient. getTile(Consumer<GetTileRequest.Builder> getTileRequest)Returns a tile.default GetTileResponseGeoMapsClient. getTile(GetTileRequest getTileRequest)Returns a tile.Methods in software.amazon.awssdk.services.geomaps that return types with arguments of type GetTileResponse Modifier and Type Method Description default CompletableFuture<GetTileResponse>GeoMapsAsyncClient. getTile(Consumer<GetTileRequest.Builder> getTileRequest)Returns a tile.default CompletableFuture<GetTileResponse>GeoMapsAsyncClient. getTile(GetTileRequest getTileRequest)Returns a tile.
-