Uses of Interface
software.amazon.awssdk.services.quicksight.model.SheetControlLayoutConfiguration.Builder
-
Packages that use SheetControlLayoutConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SheetControlLayoutConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SheetControlLayoutConfiguration.Builder Modifier and Type Method Description static SheetControlLayoutConfiguration.BuilderSheetControlLayoutConfiguration. builder()default SheetControlLayoutConfiguration.BuilderSheetControlLayoutConfiguration.Builder. gridLayout(Consumer<GridLayoutConfiguration.Builder> gridLayout)The configuration that determines the elements and canvas size options of sheet control.SheetControlLayoutConfiguration.BuilderSheetControlLayoutConfiguration.Builder. gridLayout(GridLayoutConfiguration gridLayout)The configuration that determines the elements and canvas size options of sheet control.SheetControlLayoutConfiguration.BuilderSheetControlLayoutConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SheetControlLayoutConfiguration.Builder Modifier and Type Method Description static Class<? extends SheetControlLayoutConfiguration.Builder>SheetControlLayoutConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SheetControlLayoutConfiguration.Builder Modifier and Type Method Description default SheetControlLayout.BuilderSheetControlLayout.Builder. configuration(Consumer<SheetControlLayoutConfiguration.Builder> configuration)The configuration that determines the elements and canvas size options of sheet control.
-