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