| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
SheetDefinition |
SheetDefinition.clone() |
SheetDefinition |
SheetDefinition.withContentType(SheetContentType contentType)
The layout content type of the sheet.
|
SheetDefinition |
SheetDefinition.withContentType(String contentType)
The layout content type of the sheet.
|
SheetDefinition |
SheetDefinition.withDescription(String description)
A description of the sheet.
|
SheetDefinition |
SheetDefinition.withFilterControls(Collection<FilterControl> filterControls)
The list of filter controls that are on a sheet.
|
SheetDefinition |
SheetDefinition.withFilterControls(FilterControl... filterControls)
The list of filter controls that are on a sheet.
|
SheetDefinition |
SheetDefinition.withLayouts(Collection<Layout> layouts)
Layouts define how the components of a sheet are arranged.
|
SheetDefinition |
SheetDefinition.withLayouts(Layout... layouts)
Layouts define how the components of a sheet are arranged.
|
SheetDefinition |
SheetDefinition.withName(String name)
The name of the sheet.
|
SheetDefinition |
SheetDefinition.withParameterControls(Collection<ParameterControl> parameterControls)
The list of parameter controls that are on a sheet.
|
SheetDefinition |
SheetDefinition.withParameterControls(ParameterControl... parameterControls)
The list of parameter controls that are on a sheet.
|
SheetDefinition |
SheetDefinition.withSheetControlLayouts(Collection<SheetControlLayout> sheetControlLayouts)
The control layouts of the sheet.
|
SheetDefinition |
SheetDefinition.withSheetControlLayouts(SheetControlLayout... sheetControlLayouts)
The control layouts of the sheet.
|
SheetDefinition |
SheetDefinition.withSheetId(String sheetId)
The unique identifier of a sheet.
|
SheetDefinition |
SheetDefinition.withTextBoxes(Collection<SheetTextBox> textBoxes)
The text boxes that are on a sheet.
|
SheetDefinition |
SheetDefinition.withTextBoxes(SheetTextBox... textBoxes)
The text boxes that are on a sheet.
|
SheetDefinition |
SheetDefinition.withTitle(String title)
The title of the sheet.
|
SheetDefinition |
SheetDefinition.withVisuals(Collection<Visual> visuals)
A list of the visuals that are on a sheet.
|
SheetDefinition |
SheetDefinition.withVisuals(Visual... visuals)
A list of the visuals that are on a sheet.
|
| Modifier and Type | Method and Description |
|---|---|
List<SheetDefinition> |
AnalysisDefinition.getSheets()
An array of sheet definitions for an analysis.
|
List<SheetDefinition> |
DashboardVersionDefinition.getSheets()
An array of sheet definitions for a dashboard.
|
List<SheetDefinition> |
TemplateVersionDefinition.getSheets()
An array of sheet definitions for a template.
|
| Modifier and Type | Method and Description |
|---|---|
AnalysisDefinition |
AnalysisDefinition.withSheets(SheetDefinition... sheets)
An array of sheet definitions for an analysis.
|
DashboardVersionDefinition |
DashboardVersionDefinition.withSheets(SheetDefinition... sheets)
An array of sheet definitions for a dashboard.
|
TemplateVersionDefinition |
TemplateVersionDefinition.withSheets(SheetDefinition... sheets)
An array of sheet definitions for a template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnalysisDefinition.setSheets(Collection<SheetDefinition> sheets)
An array of sheet definitions for an analysis.
|
void |
DashboardVersionDefinition.setSheets(Collection<SheetDefinition> sheets)
An array of sheet definitions for a dashboard.
|
void |
TemplateVersionDefinition.setSheets(Collection<SheetDefinition> sheets)
An array of sheet definitions for a template.
|
AnalysisDefinition |
AnalysisDefinition.withSheets(Collection<SheetDefinition> sheets)
An array of sheet definitions for an analysis.
|
DashboardVersionDefinition |
DashboardVersionDefinition.withSheets(Collection<SheetDefinition> sheets)
An array of sheet definitions for a dashboard.
|
TemplateVersionDefinition |
TemplateVersionDefinition.withSheets(Collection<SheetDefinition> sheets)
An array of sheet definitions for a template.
|
Copyright © 2023. All rights reserved.