Uses of Class
software.amazon.awssdk.services.location.model.GetMapStyleDescriptorResponse
-
Packages that use GetMapStyleDescriptorResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of GetMapStyleDescriptorResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return GetMapStyleDescriptorResponse Modifier and Type Method Description default GetMapStyleDescriptorResponseLocationClient. getMapStyleDescriptor(Consumer<GetMapStyleDescriptorRequest.Builder> getMapStyleDescriptorRequest)Retrieves the map style descriptor from a map resource.default GetMapStyleDescriptorResponseLocationClient. getMapStyleDescriptor(GetMapStyleDescriptorRequest getMapStyleDescriptorRequest)Retrieves the map style descriptor from a map resource.Methods in software.amazon.awssdk.services.location that return types with arguments of type GetMapStyleDescriptorResponse Modifier and Type Method Description default CompletableFuture<GetMapStyleDescriptorResponse>LocationAsyncClient. getMapStyleDescriptor(Consumer<GetMapStyleDescriptorRequest.Builder> getMapStyleDescriptorRequest)Retrieves the map style descriptor from a map resource.default CompletableFuture<GetMapStyleDescriptorResponse>LocationAsyncClient. getMapStyleDescriptor(GetMapStyleDescriptorRequest getMapStyleDescriptorRequest)Retrieves the map style descriptor from a map resource.
-