Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
GridLayoutConfiguration |
GridLayoutConfiguration.clone() |
GridLayoutConfiguration |
SheetControlLayoutConfiguration.getGridLayout()
The configuration that determines the elements and canvas size options of sheet control.
|
GridLayoutConfiguration |
LayoutConfiguration.getGridLayout()
A type of layout that can be used on a sheet.
|
GridLayoutConfiguration |
GridLayoutConfiguration.withCanvasSizeOptions(GridLayoutCanvasSizeOptions canvasSizeOptions) |
GridLayoutConfiguration |
GridLayoutConfiguration.withElements(Collection<GridLayoutElement> elements)
The elements that are included in a grid layout.
|
GridLayoutConfiguration |
GridLayoutConfiguration.withElements(GridLayoutElement... elements)
The elements that are included in a grid layout.
|
Modifier and Type | Method and Description |
---|---|
void |
SheetControlLayoutConfiguration.setGridLayout(GridLayoutConfiguration gridLayout)
The configuration that determines the elements and canvas size options of sheet control.
|
void |
LayoutConfiguration.setGridLayout(GridLayoutConfiguration gridLayout)
A type of layout that can be used on a sheet.
|
SheetControlLayoutConfiguration |
SheetControlLayoutConfiguration.withGridLayout(GridLayoutConfiguration gridLayout)
The configuration that determines the elements and canvas size options of sheet control.
|
LayoutConfiguration |
LayoutConfiguration.withGridLayout(GridLayoutConfiguration gridLayout)
A type of layout that can be used on a sheet.
|
Copyright © 2023. All rights reserved.