Uses of Interface
software.amazon.awssdk.services.quicksight.model.ShortFormatText.Builder
-
Packages that use ShortFormatText.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ShortFormatText.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ShortFormatText.Builder Modifier and Type Method Description static ShortFormatText.BuilderShortFormatText. builder()ShortFormatText.BuilderShortFormatText.Builder. plainText(String plainText)Plain text format.ShortFormatText.BuilderShortFormatText.Builder. richText(String richText)Rich text.ShortFormatText.BuilderShortFormatText. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ShortFormatText.Builder Modifier and Type Method Description static Class<? extends ShortFormatText.Builder>ShortFormatText. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type ShortFormatText.Builder Modifier and Type Method Description default VisualTitleLabelOptions.BuilderVisualTitleLabelOptions.Builder. formatText(Consumer<ShortFormatText.Builder> formatText)The short text format of the title label, such as plain text or rich text.
-