| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static NumberScale |
NumberScale.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
NumberScale |
CurrencyDisplayFormatConfiguration.numberScale()
Determines the number scale value for the currency format.
|
NumberScale |
NumberDisplayFormatConfiguration.numberScale()
Determines the number scale value of the number format.
|
NumberScale |
DisplayFormatOptions.unitScaler()
The unit scaler.
|
static NumberScale |
NumberScale.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<NumberScale> |
NumberScale.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CurrencyDisplayFormatConfiguration.Builder |
CurrencyDisplayFormatConfiguration.Builder.numberScale(NumberScale numberScale)
Determines the number scale value for the currency format.
|
NumberDisplayFormatConfiguration.Builder |
NumberDisplayFormatConfiguration.Builder.numberScale(NumberScale numberScale)
Determines the number scale value of the number format.
|
DisplayFormatOptions.Builder |
DisplayFormatOptions.Builder.unitScaler(NumberScale unitScaler)
The unit scaler.
|
Copyright © 2023. All rights reserved.