| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Sheet |
Sheet.clone() |
Sheet |
Sheet.withName(String name)
The name of a sheet.
|
Sheet |
Sheet.withSheetId(String sheetId)
The unique identifier associated with a sheet.
|
| Modifier and Type | Method and Description |
|---|---|
List<Sheet> |
TemplateVersion.getSheets()
A list of the associated sheets with the unique identifier and name of each sheet.
|
List<Sheet> |
Analysis.getSheets()
A list of the associated sheets with the unique identifier and name of each sheet.
|
List<Sheet> |
DashboardVersion.getSheets()
A list of the associated sheets with the unique identifier and name of each sheet.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateVersion |
TemplateVersion.withSheets(Sheet... sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
Analysis |
Analysis.withSheets(Sheet... sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
DashboardVersion |
DashboardVersion.withSheets(Sheet... sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateVersion.setSheets(Collection<Sheet> sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
void |
Analysis.setSheets(Collection<Sheet> sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
void |
DashboardVersion.setSheets(Collection<Sheet> sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
TemplateVersion |
TemplateVersion.withSheets(Collection<Sheet> sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
Analysis |
Analysis.withSheets(Collection<Sheet> sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
DashboardVersion |
DashboardVersion.withSheets(Collection<Sheet> sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
Copyright © 2024. All rights reserved.