Uses of Class
software.amazon.awssdk.services.geomaps.model.GetStyleDescriptorResponse
-
Packages that use GetStyleDescriptorResponse Package Description software.amazon.awssdk.services.geomaps Integrate high-quality base map data into your applications using MapLibre. -
-
Uses of GetStyleDescriptorResponse in software.amazon.awssdk.services.geomaps
Methods in software.amazon.awssdk.services.geomaps that return GetStyleDescriptorResponse Modifier and Type Method Description default GetStyleDescriptorResponseGeoMapsClient. getStyleDescriptor(Consumer<GetStyleDescriptorRequest.Builder> getStyleDescriptorRequest)Returns information about the style.default GetStyleDescriptorResponseGeoMapsClient. getStyleDescriptor(GetStyleDescriptorRequest getStyleDescriptorRequest)Returns information about the style.Methods in software.amazon.awssdk.services.geomaps that return types with arguments of type GetStyleDescriptorResponse Modifier and Type Method Description default CompletableFuture<GetStyleDescriptorResponse>GeoMapsAsyncClient. getStyleDescriptor(Consumer<GetStyleDescriptorRequest.Builder> getStyleDescriptorRequest)Returns information about the style.default CompletableFuture<GetStyleDescriptorResponse>GeoMapsAsyncClient. getStyleDescriptor(GetStyleDescriptorRequest getStyleDescriptorRequest)Returns information about the style.
-