Uses of Class
software.amazon.awssdk.services.quicksight.model.GeospatialLayerItem
-
Packages that use GeospatialLayerItem Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialLayerItem in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GeospatialLayerItem Modifier and Type Method Description List<GeospatialLayerItem>GeospatialLayerMapConfiguration. mapLayers()The geospatial layers to visualize on the map.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type GeospatialLayerItem Modifier and Type Method Description GeospatialLayerMapConfiguration.BuilderGeospatialLayerMapConfiguration.Builder. mapLayers(GeospatialLayerItem... mapLayers)The geospatial layers to visualize on the map.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type GeospatialLayerItem Modifier and Type Method Description GeospatialLayerMapConfiguration.BuilderGeospatialLayerMapConfiguration.Builder. mapLayers(Collection<GeospatialLayerItem> mapLayers)The geospatial layers to visualize on the map.
-