| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DataPathColor |
DataPathColor.clone() |
DataPathColor |
DataPathColor.withColor(String color)
The color that needs to be applied to the element.
|
DataPathColor |
DataPathColor.withElement(DataPathValue element)
The element that the color needs to be applied to.
|
DataPathColor |
DataPathColor.withTimeGranularity(String timeGranularity)
The time granularity of the field that the color needs to be applied to.
|
DataPathColor |
DataPathColor.withTimeGranularity(TimeGranularity timeGranularity)
The time granularity of the field that the color needs to be applied to.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataPathColor> |
VisualPalette.getColorMap()
The color map options for the visual palette.
|
| Modifier and Type | Method and Description |
|---|---|
VisualPalette |
VisualPalette.withColorMap(DataPathColor... colorMap)
The color map options for the visual palette.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VisualPalette.setColorMap(Collection<DataPathColor> colorMap)
The color map options for the visual palette.
|
VisualPalette |
VisualPalette.withColorMap(Collection<DataPathColor> colorMap)
The color map options for the visual palette.
|
Copyright © 2024. All rights reserved.