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