Uses of Class
software.amazon.awssdk.services.quicksight.model.NumberScale
-
Packages that use NumberScale Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of NumberScale in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return NumberScale Modifier and Type Method Description static NumberScaleNumberScale. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NumberScaleCurrencyDisplayFormatConfiguration. numberScale()Determines the number scale value for the currency format.NumberScaleNumberDisplayFormatConfiguration. numberScale()Determines the number scale value of the number format.NumberScaleDisplayFormatOptions. unitScaler()The unit scaler.static NumberScaleNumberScale. valueOf(String name)Returns the enum constant of this type with the specified name.static NumberScale[]NumberScale. 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 NumberScale Modifier and Type Method Description static Set<NumberScale>NumberScale. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type NumberScale Modifier and Type Method Description CurrencyDisplayFormatConfiguration.BuilderCurrencyDisplayFormatConfiguration.Builder. numberScale(NumberScale numberScale)Determines the number scale value for the currency format.NumberDisplayFormatConfiguration.BuilderNumberDisplayFormatConfiguration.Builder. numberScale(NumberScale numberScale)Determines the number scale value of the number format.DisplayFormatOptions.BuilderDisplayFormatOptions.Builder. unitScaler(NumberScale unitScaler)The unit scaler.
-