Uses of Class
software.amazon.awssdk.services.quicksight.model.LayerCustomActionOperation
-
Packages that use LayerCustomActionOperation Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of LayerCustomActionOperation in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type LayerCustomActionOperation Modifier and Type Method Description List<LayerCustomActionOperation>LayerCustomAction. actionOperations()A list ofLayerCustomActionOperations.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type LayerCustomActionOperation Modifier and Type Method Description LayerCustomAction.BuilderLayerCustomAction.Builder. actionOperations(LayerCustomActionOperation... actionOperations)A list ofLayerCustomActionOperations.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type LayerCustomActionOperation Modifier and Type Method Description LayerCustomAction.BuilderLayerCustomAction.Builder. actionOperations(Collection<LayerCustomActionOperation> actionOperations)A list ofLayerCustomActionOperations.
-