Uses of Class
software.amazon.awssdk.services.quicksight.model.GridLayoutElement
-
Packages that use GridLayoutElement Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GridLayoutElement in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GridLayoutElement Modifier and Type Method Description List<GridLayoutElement>GridLayoutConfiguration. elements()The elements that are included in a grid layout.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type GridLayoutElement Modifier and Type Method Description GridLayoutConfiguration.BuilderGridLayoutConfiguration.Builder. elements(GridLayoutElement... elements)The elements that are included in a grid layout.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type GridLayoutElement Modifier and Type Method Description GridLayoutConfiguration.BuilderGridLayoutConfiguration.Builder. elements(Collection<GridLayoutElement> elements)The elements that are included in a grid layout.
-