| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
List<FreeFormLayoutElement> |
FreeFormLayoutConfiguration.elements()
The elements that are included in a free-form layout.
|
List<FreeFormLayoutElement> |
FreeFormSectionLayoutConfiguration.elements()
The elements that are included in the free-form layout.
|
| Modifier and Type | Method and Description |
|---|---|
FreeFormLayoutConfiguration.Builder |
FreeFormLayoutConfiguration.Builder.elements(FreeFormLayoutElement... elements)
The elements that are included in a free-form layout.
|
FreeFormSectionLayoutConfiguration.Builder |
FreeFormSectionLayoutConfiguration.Builder.elements(FreeFormLayoutElement... elements)
The elements that are included in the free-form layout.
|
| Modifier and Type | Method and Description |
|---|---|
FreeFormLayoutConfiguration.Builder |
FreeFormLayoutConfiguration.Builder.elements(Collection<FreeFormLayoutElement> elements)
The elements that are included in a free-form layout.
|
FreeFormSectionLayoutConfiguration.Builder |
FreeFormSectionLayoutConfiguration.Builder.elements(Collection<FreeFormLayoutElement> elements)
The elements that are included in the free-form layout.
|
Copyright © 2023. All rights reserved.