Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
DecimalValueWhenUnsetConfiguration |
DecimalValueWhenUnsetConfiguration.clone() |
DecimalValueWhenUnsetConfiguration |
DecimalParameterDeclaration.getValueWhenUnset()
The configuration that defines the default value of a
Decimal parameter when a value has not been
set. |
DecimalValueWhenUnsetConfiguration |
DecimalValueWhenUnsetConfiguration.withCustomValue(Double customValue)
A custom value that's used when the value of a parameter isn't set.
|
DecimalValueWhenUnsetConfiguration |
DecimalValueWhenUnsetConfiguration.withValueWhenUnsetOption(String valueWhenUnsetOption)
The built-in options for default values.
|
DecimalValueWhenUnsetConfiguration |
DecimalValueWhenUnsetConfiguration.withValueWhenUnsetOption(ValueWhenUnsetOption valueWhenUnsetOption)
The built-in options for default values.
|
Modifier and Type | Method and Description |
---|---|
void |
DecimalParameterDeclaration.setValueWhenUnset(DecimalValueWhenUnsetConfiguration valueWhenUnset)
The configuration that defines the default value of a
Decimal parameter when a value has not been
set. |
DecimalParameterDeclaration |
DecimalParameterDeclaration.withValueWhenUnset(DecimalValueWhenUnsetConfiguration valueWhenUnset)
The configuration that defines the default value of a
Decimal parameter when a value has not been
set. |
Copyright © 2023. All rights reserved.