Uses of Class
software.amazon.awssdk.services.quicksight.model.FreeFormLayoutElement
-
Packages that use FreeFormLayoutElement Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of FreeFormLayoutElement in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type FreeFormLayoutElement Modifier and Type Method Description List<FreeFormLayoutElement>FreeFormLayoutConfiguration. elements()The elements that are included in a free-form layout.List<FreeFormLayoutElement>FreeFormSectionLayoutConfiguration. elements()The elements that are included in the free-form layout.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type FreeFormLayoutElement Modifier and Type Method Description FreeFormLayoutConfiguration.BuilderFreeFormLayoutConfiguration.Builder. elements(FreeFormLayoutElement... elements)The elements that are included in a free-form layout.FreeFormSectionLayoutConfiguration.BuilderFreeFormSectionLayoutConfiguration.Builder. elements(FreeFormLayoutElement... elements)The elements that are included in the free-form layout.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type FreeFormLayoutElement Modifier and Type Method Description FreeFormLayoutConfiguration.BuilderFreeFormLayoutConfiguration.Builder. elements(Collection<FreeFormLayoutElement> elements)The elements that are included in a free-form layout.FreeFormSectionLayoutConfiguration.BuilderFreeFormSectionLayoutConfiguration.Builder. elements(Collection<FreeFormLayoutElement> elements)The elements that are included in the free-form layout.
-