Uses of Class
software.amazon.awssdk.services.quicksight.model.TopicNumericSeparatorSymbol
-
Packages that use TopicNumericSeparatorSymbol Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TopicNumericSeparatorSymbol in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TopicNumericSeparatorSymbol Modifier and Type Method Description TopicNumericSeparatorSymbolDisplayFormatOptions. decimalSeparator()Determines the decimal separator.static TopicNumericSeparatorSymbolTopicNumericSeparatorSymbol. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TopicNumericSeparatorSymbolTopicNumericSeparatorSymbol. valueOf(String name)Returns the enum constant of this type with the specified name.static TopicNumericSeparatorSymbol[]TopicNumericSeparatorSymbol. 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 TopicNumericSeparatorSymbol Modifier and Type Method Description static Set<TopicNumericSeparatorSymbol>TopicNumericSeparatorSymbol. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type TopicNumericSeparatorSymbol Modifier and Type Method Description DisplayFormatOptions.BuilderDisplayFormatOptions.Builder. decimalSeparator(TopicNumericSeparatorSymbol decimalSeparator)Determines the decimal separator.
-