Uses of Class
software.amazon.awssdk.services.quicksight.model.Visual
-
Packages that use Visual Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of Visual in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type Visual Modifier and Type Method Description List<Visual>SheetDefinition. visuals()A list of the visuals that are on a sheet.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type Visual Modifier and Type Method Description SheetDefinition.BuilderSheetDefinition.Builder. visuals(Visual... visuals)A list of the visuals that are on a sheet.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type Visual Modifier and Type Method Description SheetDefinition.BuilderSheetDefinition.Builder. visuals(Collection<Visual> visuals)A list of the visuals that are on a sheet.
-