Uses of Interface
software.amazon.awssdk.services.quicksight.model.DecimalPlacesConfiguration.Builder
-
Packages that use DecimalPlacesConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DecimalPlacesConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DecimalPlacesConfiguration.Builder Modifier and Type Method Description static DecimalPlacesConfiguration.BuilderDecimalPlacesConfiguration. builder()DecimalPlacesConfiguration.BuilderDecimalPlacesConfiguration.Builder. decimalPlaces(Long decimalPlaces)The values of the decimal places.DecimalPlacesConfiguration.BuilderDecimalPlacesConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DecimalPlacesConfiguration.Builder Modifier and Type Method Description static Class<? extends DecimalPlacesConfiguration.Builder>DecimalPlacesConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DecimalPlacesConfiguration.Builder Modifier and Type Method Description default CurrencyDisplayFormatConfiguration.BuilderCurrencyDisplayFormatConfiguration.Builder. decimalPlacesConfiguration(Consumer<DecimalPlacesConfiguration.Builder> decimalPlacesConfiguration)The option that determines the decimal places configuration.default NumberDisplayFormatConfiguration.BuilderNumberDisplayFormatConfiguration.Builder. decimalPlacesConfiguration(Consumer<DecimalPlacesConfiguration.Builder> decimalPlacesConfiguration)The option that determines the decimal places configuration.default PercentageDisplayFormatConfiguration.BuilderPercentageDisplayFormatConfiguration.Builder. decimalPlacesConfiguration(Consumer<DecimalPlacesConfiguration.Builder> decimalPlacesConfiguration)The option that determines the decimal places configuration.
-