Uses of Class
software.amazon.awssdk.services.quicksight.model.LayerCustomAction
-
Packages that use LayerCustomAction Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of LayerCustomAction in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type LayerCustomAction Modifier and Type Method Description List<LayerCustomAction>GeospatialLayerItem. actions()A list of custom actions for a layer.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type LayerCustomAction Modifier and Type Method Description GeospatialLayerItem.BuilderGeospatialLayerItem.Builder. actions(LayerCustomAction... actions)A list of custom actions for a layer.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type LayerCustomAction Modifier and Type Method Description GeospatialLayerItem.BuilderGeospatialLayerItem.Builder. actions(Collection<LayerCustomAction> actions)A list of custom actions for a layer.
-