Uses of Interface
software.amazon.awssdk.services.quicksight.model.Typography.Builder
-
Packages that use Typography.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of Typography.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return Typography.Builder Modifier and Type Method Description static Typography.BuilderTypography. builder()Typography.BuilderTypography.Builder. fontFamilies(Collection<Font> fontFamilies)Determines the list of font families.Typography.BuilderTypography.Builder. fontFamilies(Consumer<Font.Builder>... fontFamilies)Determines the list of font families.Typography.BuilderTypography.Builder. fontFamilies(Font... fontFamilies)Determines the list of font families.Typography.BuilderTypography. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type Typography.Builder Modifier and Type Method Description static Class<? extends Typography.Builder>Typography. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type Typography.Builder Modifier and Type Method Description default ThemeConfiguration.BuilderThemeConfiguration.Builder. typography(Consumer<Typography.Builder> typography)Sets the value of the Typography property for this object.
-