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