Uses of Class
software.amazon.awssdk.services.quicksight.model.NegativeValueConfiguration
-
Packages that use NegativeValueConfiguration Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of NegativeValueConfiguration in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return NegativeValueConfiguration Modifier and Type Method Description NegativeValueConfigurationCurrencyDisplayFormatConfiguration. negativeValueConfiguration()The options that determine the negative value configuration.NegativeValueConfigurationNumberDisplayFormatConfiguration. negativeValueConfiguration()The options that determine the negative value configuration.NegativeValueConfigurationPercentageDisplayFormatConfiguration. negativeValueConfiguration()The options that determine the negative value configuration.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type NegativeValueConfiguration Modifier and Type Method Description CurrencyDisplayFormatConfiguration.BuilderCurrencyDisplayFormatConfiguration.Builder. negativeValueConfiguration(NegativeValueConfiguration negativeValueConfiguration)The options that determine the negative value configuration.NumberDisplayFormatConfiguration.BuilderNumberDisplayFormatConfiguration.Builder. negativeValueConfiguration(NegativeValueConfiguration negativeValueConfiguration)The options that determine the negative value configuration.PercentageDisplayFormatConfiguration.BuilderPercentageDisplayFormatConfiguration.Builder. negativeValueConfiguration(NegativeValueConfiguration negativeValueConfiguration)The options that determine the negative value configuration.
-