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