| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
CustomColor |
CustomColor.clone() |
CustomColor |
CustomColor.withColor(String color)
The color that is applied to the data value.
|
CustomColor |
CustomColor.withFieldValue(String fieldValue)
The data value that the color is applied to.
|
CustomColor |
CustomColor.withSpecialValue(SpecialValue specialValue)
The value of a special data value.
|
CustomColor |
CustomColor.withSpecialValue(String specialValue)
The value of a special data value.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomColor> |
ColorsConfiguration.getCustomColors()
A list of up to 50 custom colors.
|
| Modifier and Type | Method and Description |
|---|---|
ColorsConfiguration |
ColorsConfiguration.withCustomColors(CustomColor... customColors)
A list of up to 50 custom colors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColorsConfiguration.setCustomColors(Collection<CustomColor> customColors)
A list of up to 50 custom colors.
|
ColorsConfiguration |
ColorsConfiguration.withCustomColors(Collection<CustomColor> customColors)
A list of up to 50 custom colors.
|
Copyright © 2024. All rights reserved.