Uses of Interface
software.amazon.awssdk.services.quicksight.model.GeospatialPointStyle.Builder
-
Packages that use GeospatialPointStyle.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialPointStyle.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GeospatialPointStyle.Builder Modifier and Type Method Description static GeospatialPointStyle.BuilderGeospatialPointStyle. builder()default GeospatialPointStyle.BuilderGeospatialPointStyle.Builder. circleSymbolStyle(Consumer<GeospatialCircleSymbolStyle.Builder> circleSymbolStyle)The circle symbol style for a point layer.GeospatialPointStyle.BuilderGeospatialPointStyle.Builder. circleSymbolStyle(GeospatialCircleSymbolStyle circleSymbolStyle)The circle symbol style for a point layer.GeospatialPointStyle.BuilderGeospatialPointStyle. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GeospatialPointStyle.Builder Modifier and Type Method Description static Class<? extends GeospatialPointStyle.Builder>GeospatialPointStyle. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type GeospatialPointStyle.Builder Modifier and Type Method Description default GeospatialPointLayer.BuilderGeospatialPointLayer.Builder. style(Consumer<GeospatialPointStyle.Builder> style)The visualization style for a point layer.
-