| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
RowAlternateColorOptions |
RowAlternateColorOptions.clone() |
RowAlternateColorOptions |
PivotTableOptions.getRowAlternateColorOptions()
The row alternate color options (widget status, row alternate colors).
|
RowAlternateColorOptions |
TableOptions.getRowAlternateColorOptions()
The row alternate color options (widget status, row alternate colors) for a table.
|
RowAlternateColorOptions |
RowAlternateColorOptions.withRowAlternateColors(Collection<String> rowAlternateColors)
Determines the list of row alternate colors.
|
RowAlternateColorOptions |
RowAlternateColorOptions.withRowAlternateColors(String... rowAlternateColors)
Determines the list of row alternate colors.
|
RowAlternateColorOptions |
RowAlternateColorOptions.withStatus(String status)
Determines the widget status.
|
RowAlternateColorOptions |
RowAlternateColorOptions.withStatus(WidgetStatus status)
Determines the widget status.
|
RowAlternateColorOptions |
RowAlternateColorOptions.withUsePrimaryBackgroundColor(String usePrimaryBackgroundColor)
The primary background color options for alternate rows.
|
RowAlternateColorOptions |
RowAlternateColorOptions.withUsePrimaryBackgroundColor(WidgetStatus usePrimaryBackgroundColor)
The primary background color options for alternate rows.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PivotTableOptions.setRowAlternateColorOptions(RowAlternateColorOptions rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors).
|
void |
TableOptions.setRowAlternateColorOptions(RowAlternateColorOptions rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors) for a table.
|
PivotTableOptions |
PivotTableOptions.withRowAlternateColorOptions(RowAlternateColorOptions rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors).
|
TableOptions |
TableOptions.withRowAlternateColorOptions(RowAlternateColorOptions rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors) for a table.
|
Copyright © 2024. All rights reserved.