Uses of Class
software.amazon.awssdk.services.quicksight.model.RelativeFontSize
-
Packages that use RelativeFontSize Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of RelativeFontSize in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return RelativeFontSize Modifier and Type Method Description static RelativeFontSizeRelativeFontSize. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RelativeFontSizeFontSize. relative()The lexical name for the text size, proportional to its surrounding context.static RelativeFontSizeRelativeFontSize. valueOf(String name)Returns the enum constant of this type with the specified name.static RelativeFontSize[]RelativeFontSize. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type RelativeFontSize Modifier and Type Method Description static Set<RelativeFontSize>RelativeFontSize. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type RelativeFontSize Modifier and Type Method Description FontSize.BuilderFontSize.Builder. relative(RelativeFontSize relative)The lexical name for the text size, proportional to its surrounding context.
-