Uses of Interface
software.amazon.awssdk.services.quicksight.model.GridLayoutScreenCanvasSizeOptions.Builder
-
Packages that use GridLayoutScreenCanvasSizeOptions.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GridLayoutScreenCanvasSizeOptions.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GridLayoutScreenCanvasSizeOptions.Builder Modifier and Type Method Description static GridLayoutScreenCanvasSizeOptions.BuilderGridLayoutScreenCanvasSizeOptions. builder()GridLayoutScreenCanvasSizeOptions.BuilderGridLayoutScreenCanvasSizeOptions.Builder. optimizedViewPortWidth(String optimizedViewPortWidth)The width that the view port will be optimized for when the layout renders.GridLayoutScreenCanvasSizeOptions.BuilderGridLayoutScreenCanvasSizeOptions.Builder. resizeOption(String resizeOption)This value determines the layout behavior when the viewport is resized.GridLayoutScreenCanvasSizeOptions.BuilderGridLayoutScreenCanvasSizeOptions.Builder. resizeOption(ResizeOption resizeOption)This value determines the layout behavior when the viewport is resized.GridLayoutScreenCanvasSizeOptions.BuilderGridLayoutScreenCanvasSizeOptions. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GridLayoutScreenCanvasSizeOptions.Builder Modifier and Type Method Description static Class<? extends GridLayoutScreenCanvasSizeOptions.Builder>GridLayoutScreenCanvasSizeOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type GridLayoutScreenCanvasSizeOptions.Builder Modifier and Type Method Description default GridLayoutCanvasSizeOptions.BuilderGridLayoutCanvasSizeOptions.Builder. screenCanvasSizeOptions(Consumer<GridLayoutScreenCanvasSizeOptions.Builder> screenCanvasSizeOptions)The options that determine the sizing of the canvas used in a grid layout.
-