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