Uses of Class
software.amazon.awssdk.services.quicksight.model.Spacing
-
Packages that use Spacing Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of Spacing in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return Spacing Modifier and Type Method Description SpacingSectionStyle. padding()The spacing between section content and its top, bottom, left, and right edges.SpacingSectionBasedLayoutPaperCanvasSizeOptions. paperMargin()Defines the spacing between the canvas content and the top, bottom, left, and right edges.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type Spacing Modifier and Type Method Description SectionStyle.BuilderSectionStyle.Builder. padding(Spacing padding)The spacing between section content and its top, bottom, left, and right edges.SectionBasedLayoutPaperCanvasSizeOptions.BuilderSectionBasedLayoutPaperCanvasSizeOptions.Builder. paperMargin(Spacing paperMargin)Defines the spacing between the canvas content and the top, bottom, left, and right edges.
-