Uses of Class
software.amazon.awssdk.services.quicksight.model.SheetTextBox
-
Packages that use SheetTextBox Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SheetTextBox in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SheetTextBox Modifier and Type Method Description List<SheetTextBox>SheetDefinition. textBoxes()The text boxes that are on a sheet.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SheetTextBox Modifier and Type Method Description SheetDefinition.BuilderSheetDefinition.Builder. textBoxes(SheetTextBox... textBoxes)The text boxes that are on a sheet.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SheetTextBox Modifier and Type Method Description SheetDefinition.BuilderSheetDefinition.Builder. textBoxes(Collection<SheetTextBox> textBoxes)The text boxes that are on a sheet.
-