| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Layout |
Layout.clone() |
Layout |
Layout.withConfiguration(LayoutConfiguration configuration)
The configuration that determines what the type of layout for a sheet.
|
| Modifier and Type | Method and Description |
|---|---|
List<Layout> |
SheetDefinition.getLayouts()
Layouts define how the components of a sheet are arranged.
|
| Modifier and Type | Method and Description |
|---|---|
SheetDefinition |
SheetDefinition.withLayouts(Layout... layouts)
Layouts define how the components of a sheet are arranged.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SheetDefinition.setLayouts(Collection<Layout> layouts)
Layouts define how the components of a sheet are arranged.
|
SheetDefinition |
SheetDefinition.withLayouts(Collection<Layout> layouts)
Layouts define how the components of a sheet are arranged.
|
Copyright © 2023. All rights reserved.