| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
List<Sheet> |
DashboardVersion.sheets()
A list of the associated sheets with the unique identifier and name of each sheet.
|
List<Sheet> |
TemplateVersion.sheets()
A list of the associated sheets with the unique identifier and name of each sheet.
|
List<Sheet> |
Analysis.sheets()
A list of the associated sheets with the unique identifier and name of each sheet.
|
| Modifier and Type | Method and Description |
|---|---|
DashboardVersion.Builder |
DashboardVersion.Builder.sheets(Sheet... sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
TemplateVersion.Builder |
TemplateVersion.Builder.sheets(Sheet... sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
Analysis.Builder |
Analysis.Builder.sheets(Sheet... sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
| Modifier and Type | Method and Description |
|---|---|
DashboardVersion.Builder |
DashboardVersion.Builder.sheets(Collection<Sheet> sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
TemplateVersion.Builder |
TemplateVersion.Builder.sheets(Collection<Sheet> sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
Analysis.Builder |
Analysis.Builder.sheets(Collection<Sheet> sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
Copyright © 2023. All rights reserved.