Uses of Class
software.amazon.awssdk.services.quicksight.model.SheetControlLayout
-
Packages that use SheetControlLayout Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SheetControlLayout in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SheetControlLayout Modifier and Type Method Description List<SheetControlLayout>SheetDefinition. sheetControlLayouts()The control layouts of the sheet.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SheetControlLayout Modifier and Type Method Description SheetDefinition.BuilderSheetDefinition.Builder. sheetControlLayouts(SheetControlLayout... sheetControlLayouts)The control layouts of the sheet.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SheetControlLayout Modifier and Type Method Description SheetDefinition.BuilderSheetDefinition.Builder. sheetControlLayouts(Collection<SheetControlLayout> sheetControlLayouts)The control layouts of the sheet.
-