Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
GeospatialMapVisual |
GeospatialMapVisual.clone() |
GeospatialMapVisual |
Visual.getGeospatialMapVisual()
A geospatial map or a points on map visual.
|
GeospatialMapVisual |
GeospatialMapVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
GeospatialMapVisual |
GeospatialMapVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
GeospatialMapVisual |
GeospatialMapVisual.withChartConfiguration(GeospatialMapConfiguration chartConfiguration)
The configuration settings of the visual.
|
GeospatialMapVisual |
GeospatialMapVisual.withColumnHierarchies(Collection<ColumnHierarchy> columnHierarchies)
The column hierarchy that is used during drill-downs and drill-ups.
|
GeospatialMapVisual |
GeospatialMapVisual.withColumnHierarchies(ColumnHierarchy... columnHierarchies)
The column hierarchy that is used during drill-downs and drill-ups.
|
GeospatialMapVisual |
GeospatialMapVisual.withSubtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
|
GeospatialMapVisual |
GeospatialMapVisual.withTitle(VisualTitleLabelOptions title)
The title that is displayed on the visual.
|
GeospatialMapVisual |
GeospatialMapVisual.withVisualId(String visualId)
The unique identifier of a visual.
|
Modifier and Type | Method and Description |
---|---|
void |
Visual.setGeospatialMapVisual(GeospatialMapVisual geospatialMapVisual)
A geospatial map or a points on map visual.
|
Visual |
Visual.withGeospatialMapVisual(GeospatialMapVisual geospatialMapVisual)
A geospatial map or a points on map visual.
|
Copyright © 2023. All rights reserved.