| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static GridLayoutScreenCanvasSizeOptions.Builder |
GridLayoutScreenCanvasSizeOptions.builder() |
GridLayoutScreenCanvasSizeOptions.Builder |
GridLayoutScreenCanvasSizeOptions.Builder.optimizedViewPortWidth(String optimizedViewPortWidth)
The width that the view port will be optimized for when the layout renders.
|
GridLayoutScreenCanvasSizeOptions.Builder |
GridLayoutScreenCanvasSizeOptions.Builder.resizeOption(ResizeOption resizeOption)
This value determines the layout behavior when the viewport is resized.
|
GridLayoutScreenCanvasSizeOptions.Builder |
GridLayoutScreenCanvasSizeOptions.Builder.resizeOption(String resizeOption)
This value determines the layout behavior when the viewport is resized.
|
GridLayoutScreenCanvasSizeOptions.Builder |
GridLayoutScreenCanvasSizeOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GridLayoutScreenCanvasSizeOptions.Builder> |
GridLayoutScreenCanvasSizeOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GridLayoutCanvasSizeOptions.Builder |
GridLayoutCanvasSizeOptions.Builder.screenCanvasSizeOptions(Consumer<GridLayoutScreenCanvasSizeOptions.Builder> screenCanvasSizeOptions)
The options that determine the sizing of the canvas used in a grid layout.
|
Copyright © 2023. All rights reserved.