Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
LayoutConfiguration |
LayoutConfiguration.clone() |
LayoutConfiguration |
Layout.getConfiguration()
The configuration that determines what the type of layout for a sheet.
|
LayoutConfiguration |
LayoutConfiguration.withFreeFormLayout(FreeFormLayoutConfiguration freeFormLayout)
A free-form is optimized for a fixed width and has more control over the exact placement of layout elements.
|
LayoutConfiguration |
LayoutConfiguration.withGridLayout(GridLayoutConfiguration gridLayout)
A type of layout that can be used on a sheet.
|
LayoutConfiguration |
LayoutConfiguration.withSectionBasedLayout(SectionBasedLayoutConfiguration sectionBasedLayout)
A section based layout organizes visuals into multiple sections and has customized header, footer and page break.
|
Modifier and Type | Method and Description |
---|---|
void |
Layout.setConfiguration(LayoutConfiguration configuration)
The configuration that determines what the type of layout for a sheet.
|
Layout |
Layout.withConfiguration(LayoutConfiguration configuration)
The configuration that determines what the type of layout for a sheet.
|
Copyright © 2023. All rights reserved.