Uses of Class
software.amazon.awssdk.services.geomaps.model.GetStaticMapResponse
-
Packages that use GetStaticMapResponse Package Description software.amazon.awssdk.services.geomaps Integrate high-quality base map data into your applications using MapLibre. -
-
Uses of GetStaticMapResponse in software.amazon.awssdk.services.geomaps
Methods in software.amazon.awssdk.services.geomaps that return GetStaticMapResponse Modifier and Type Method Description 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.Methods in software.amazon.awssdk.services.geomaps that return types with arguments of type GetStaticMapResponse Modifier and Type Method Description default CompletableFuture<GetStaticMapResponse>GeoMapsAsyncClient. getStaticMap(Consumer<GetStaticMapRequest.Builder> getStaticMapRequest)Provides high-quality static map images with customizable options.default CompletableFuture<GetStaticMapResponse>GeoMapsAsyncClient. getStaticMap(GetStaticMapRequest getStaticMapRequest)Provides high-quality static map images with customizable options.
-