Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
FreeFormLayoutConfiguration |
FreeFormLayoutConfiguration.clone() |
FreeFormLayoutConfiguration |
LayoutConfiguration.getFreeFormLayout()
A free-form is optimized for a fixed width and has more control over the exact placement of layout elements.
|
FreeFormLayoutConfiguration |
FreeFormLayoutConfiguration.withCanvasSizeOptions(FreeFormLayoutCanvasSizeOptions canvasSizeOptions) |
FreeFormLayoutConfiguration |
FreeFormLayoutConfiguration.withElements(Collection<FreeFormLayoutElement> elements)
The elements that are included in a free-form layout.
|
FreeFormLayoutConfiguration |
FreeFormLayoutConfiguration.withElements(FreeFormLayoutElement... elements)
The elements that are included in a free-form layout.
|
Modifier and Type | Method and Description |
---|---|
void |
LayoutConfiguration.setFreeFormLayout(FreeFormLayoutConfiguration freeFormLayout)
A free-form is optimized for a fixed width and has more control over the exact placement of layout elements.
|
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.
|
Copyright © 2023. All rights reserved.