| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DecimalDefaultValues |
DecimalDefaultValues.clone() |
DecimalDefaultValues |
DecimalParameterDeclaration.getDefaultValues()
The default values of a parameter.
|
DecimalDefaultValues |
DecimalDefaultValues.withDynamicValue(DynamicDefaultValue dynamicValue)
The dynamic value of the
DecimalDefaultValues. |
DecimalDefaultValues |
DecimalDefaultValues.withStaticValues(Collection<Double> staticValues)
The static values of the
DecimalDefaultValues. |
DecimalDefaultValues |
DecimalDefaultValues.withStaticValues(Double... staticValues)
The static values of the
DecimalDefaultValues. |
| Modifier and Type | Method and Description |
|---|---|
void |
DecimalParameterDeclaration.setDefaultValues(DecimalDefaultValues defaultValues)
The default values of a parameter.
|
DecimalParameterDeclaration |
DecimalParameterDeclaration.withDefaultValues(DecimalDefaultValues defaultValues)
The default values of a parameter.
|
Copyright © 2024. All rights reserved.