| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static ValueWhenUnsetOption |
ValueWhenUnsetOption.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ValueWhenUnsetOption |
ValueWhenUnsetOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueWhenUnsetOption[] |
ValueWhenUnsetOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ValueWhenUnsetOption |
DateTimeValueWhenUnsetConfiguration.valueWhenUnsetOption()
The built-in options for default values.
|
ValueWhenUnsetOption |
IntegerValueWhenUnsetConfiguration.valueWhenUnsetOption()
The built-in options for default values.
|
ValueWhenUnsetOption |
DecimalValueWhenUnsetConfiguration.valueWhenUnsetOption()
The built-in options for default values.
|
ValueWhenUnsetOption |
StringValueWhenUnsetConfiguration.valueWhenUnsetOption()
The built-in options for default values.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ValueWhenUnsetOption> |
ValueWhenUnsetOption.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DateTimeValueWhenUnsetConfiguration.Builder |
DateTimeValueWhenUnsetConfiguration.Builder.valueWhenUnsetOption(ValueWhenUnsetOption valueWhenUnsetOption)
The built-in options for default values.
|
IntegerValueWhenUnsetConfiguration.Builder |
IntegerValueWhenUnsetConfiguration.Builder.valueWhenUnsetOption(ValueWhenUnsetOption valueWhenUnsetOption)
The built-in options for default values.
|
DecimalValueWhenUnsetConfiguration.Builder |
DecimalValueWhenUnsetConfiguration.Builder.valueWhenUnsetOption(ValueWhenUnsetOption valueWhenUnsetOption)
The built-in options for default values.
|
StringValueWhenUnsetConfiguration.Builder |
StringValueWhenUnsetConfiguration.Builder.valueWhenUnsetOption(ValueWhenUnsetOption valueWhenUnsetOption)
The built-in options for default values.
|
Copyright © 2023. All rights reserved.