Uses of Class
software.amazon.awssdk.services.quicksight.model.DecimalPlacesConfiguration
-
Packages that use DecimalPlacesConfiguration Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DecimalPlacesConfiguration in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DecimalPlacesConfiguration Modifier and Type Method Description DecimalPlacesConfigurationCurrencyDisplayFormatConfiguration. decimalPlacesConfiguration()The option that determines the decimal places configuration.DecimalPlacesConfigurationNumberDisplayFormatConfiguration. decimalPlacesConfiguration()The option that determines the decimal places configuration.DecimalPlacesConfigurationPercentageDisplayFormatConfiguration. decimalPlacesConfiguration()The option that determines the decimal places configuration.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type DecimalPlacesConfiguration Modifier and Type Method Description CurrencyDisplayFormatConfiguration.BuilderCurrencyDisplayFormatConfiguration.Builder. decimalPlacesConfiguration(DecimalPlacesConfiguration decimalPlacesConfiguration)The option that determines the decimal places configuration.NumberDisplayFormatConfiguration.BuilderNumberDisplayFormatConfiguration.Builder. decimalPlacesConfiguration(DecimalPlacesConfiguration decimalPlacesConfiguration)The option that determines the decimal places configuration.PercentageDisplayFormatConfiguration.BuilderPercentageDisplayFormatConfiguration.Builder. decimalPlacesConfiguration(DecimalPlacesConfiguration decimalPlacesConfiguration)The option that determines the decimal places configuration.
-