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