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