Uses of Class
software.amazon.awssdk.services.quicksight.model.GridLayoutConfiguration
-
Packages that use GridLayoutConfiguration Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GridLayoutConfiguration in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GridLayoutConfiguration Modifier and Type Method Description GridLayoutConfigurationLayoutConfiguration. gridLayout()A type of layout that can be used on a sheet.GridLayoutConfigurationSheetControlLayoutConfiguration. gridLayout()The configuration that determines the elements and canvas size options of sheet control.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type GridLayoutConfiguration Modifier and Type Method Description LayoutConfiguration.BuilderLayoutConfiguration.Builder. gridLayout(GridLayoutConfiguration gridLayout)A type of layout that can be used on a sheet.SheetControlLayoutConfiguration.BuilderSheetControlLayoutConfiguration.Builder. gridLayout(GridLayoutConfiguration gridLayout)The configuration that determines the elements and canvas size options of sheet control.
-