Uses of Class
software.amazon.awssdk.services.quicksight.model.Layout
-
Packages that use Layout Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of Layout in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type Layout Modifier and Type Method Description List<Layout>SheetDefinition. layouts()Layouts define how the components of a sheet are arranged.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type Layout Modifier and Type Method Description SheetDefinition.BuilderSheetDefinition.Builder. layouts(Layout... layouts)Layouts define how the components of a sheet are arranged.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type Layout Modifier and Type Method Description SheetDefinition.BuilderSheetDefinition.Builder. layouts(Collection<Layout> layouts)Layouts define how the components of a sheet are arranged.
-