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