| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
SheetTextBox |
SheetTextBox.clone() |
SheetTextBox |
SheetTextBox.withContent(String content)
The content that is displayed in the text box.
|
SheetTextBox |
SheetTextBox.withSheetTextBoxId(String sheetTextBoxId)
The unique identifier for a text box.
|
| Modifier and Type | Method and Description |
|---|---|
List<SheetTextBox> |
SheetDefinition.getTextBoxes()
The text boxes that are on a sheet.
|
| Modifier and Type | Method and Description |
|---|---|
SheetDefinition |
SheetDefinition.withTextBoxes(SheetTextBox... textBoxes)
The text boxes that are on a sheet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SheetDefinition.setTextBoxes(Collection<SheetTextBox> textBoxes)
The text boxes that are on a sheet.
|
SheetDefinition |
SheetDefinition.withTextBoxes(Collection<SheetTextBox> textBoxes)
The text boxes that are on a sheet.
|
Copyright © 2024. All rights reserved.