Uses of Class
software.amazon.awssdk.services.geomaps.model.GetStyleDescriptorRequest
-
Packages that use GetStyleDescriptorRequest 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 GetStyleDescriptorRequest in software.amazon.awssdk.services.geomaps
Methods in software.amazon.awssdk.services.geomaps with parameters of type GetStyleDescriptorRequest Modifier and Type Method Description default CompletableFuture<GetStyleDescriptorResponse>GeoMapsAsyncClient. getStyleDescriptor(GetStyleDescriptorRequest getStyleDescriptorRequest)Returns information about the style.default GetStyleDescriptorResponseGeoMapsClient. getStyleDescriptor(GetStyleDescriptorRequest getStyleDescriptorRequest)Returns information about the style. -
Uses of GetStyleDescriptorRequest in software.amazon.awssdk.services.geomaps.transform
Methods in software.amazon.awssdk.services.geomaps.transform with parameters of type GetStyleDescriptorRequest Modifier and Type Method Description SdkHttpFullRequestGetStyleDescriptorRequestMarshaller. marshall(GetStyleDescriptorRequest getStyleDescriptorRequest)
-