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