| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static WidgetStatus |
WidgetStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
WidgetStatus |
ReferenceLine.status()
The status of the reference line.
|
WidgetStatus |
ExcludePeriodConfiguration.status()
The status of the exclude period.
|
WidgetStatus |
VisualCustomAction.status()
The status of the
VisualCustomAction. |
WidgetStatus |
RowAlternateColorOptions.status()
Determines the widget status.
|
WidgetStatus |
FilterGroup.status()
The status of the
FilterGroup. |
WidgetStatus |
RowAlternateColorOptions.usePrimaryBackgroundColor()
The primary background color options for alternate rows.
|
static WidgetStatus |
WidgetStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WidgetStatus[] |
WidgetStatus.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<WidgetStatus> |
WidgetStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ReferenceLine.Builder |
ReferenceLine.Builder.status(WidgetStatus status)
The status of the reference line.
|
ExcludePeriodConfiguration.Builder |
ExcludePeriodConfiguration.Builder.status(WidgetStatus status)
The status of the exclude period.
|
VisualCustomAction.Builder |
VisualCustomAction.Builder.status(WidgetStatus status)
The status of the
VisualCustomAction. |
RowAlternateColorOptions.Builder |
RowAlternateColorOptions.Builder.status(WidgetStatus status)
Determines the widget status.
|
FilterGroup.Builder |
FilterGroup.Builder.status(WidgetStatus status)
The status of the
FilterGroup. |
RowAlternateColorOptions.Builder |
RowAlternateColorOptions.Builder.usePrimaryBackgroundColor(WidgetStatus usePrimaryBackgroundColor)
The primary background color options for alternate rows.
|
Copyright © 2023. All rights reserved.