Uses of Class
software.amazon.awssdk.services.quicksight.model.ImageCustomAction
-
Packages that use ImageCustomAction Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ImageCustomAction in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ImageCustomAction Modifier and Type Method Description List<ImageCustomAction>SheetImage. actions()A list of custom actions that are configured for an image.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type ImageCustomAction Modifier and Type Method Description SheetImage.BuilderSheetImage.Builder. actions(ImageCustomAction... actions)A list of custom actions that are configured for an image.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type ImageCustomAction Modifier and Type Method Description SheetImage.BuilderSheetImage.Builder. actions(Collection<ImageCustomAction> actions)A list of custom actions that are configured for an image.
-