Uses of Class
software.amazon.awssdk.services.quicksight.model.WidgetStatus
-
Packages that use WidgetStatus Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of WidgetStatus in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return WidgetStatus Modifier and Type Method Description static WidgetStatusWidgetStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WidgetStatusExcludePeriodConfiguration. status()The status of the exclude period.WidgetStatusFilterGroup. status()The status of theFilterGroup.WidgetStatusImageCustomAction. status()The status of the custom action.WidgetStatusLayerCustomAction. status()The status of theLayerCustomAction.WidgetStatusReferenceLine. status()The status of the reference line.WidgetStatusRowAlternateColorOptions. status()Determines the widget status.WidgetStatusVisualCustomAction. status()The status of theVisualCustomAction.WidgetStatusRowAlternateColorOptions. usePrimaryBackgroundColor()The primary background color options for alternate rows.static WidgetStatusWidgetStatus. 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.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type WidgetStatus Modifier and Type Method Description static Set<WidgetStatus>WidgetStatus. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type WidgetStatus Modifier and Type Method Description ExcludePeriodConfiguration.BuilderExcludePeriodConfiguration.Builder. status(WidgetStatus status)The status of the exclude period.FilterGroup.BuilderFilterGroup.Builder. status(WidgetStatus status)The status of theFilterGroup.ImageCustomAction.BuilderImageCustomAction.Builder. status(WidgetStatus status)The status of the custom action.LayerCustomAction.BuilderLayerCustomAction.Builder. status(WidgetStatus status)The status of theLayerCustomAction.ReferenceLine.BuilderReferenceLine.Builder. status(WidgetStatus status)The status of the reference line.RowAlternateColorOptions.BuilderRowAlternateColorOptions.Builder. status(WidgetStatus status)Determines the widget status.VisualCustomAction.BuilderVisualCustomAction.Builder. status(WidgetStatus status)The status of theVisualCustomAction.RowAlternateColorOptions.BuilderRowAlternateColorOptions.Builder. usePrimaryBackgroundColor(WidgetStatus usePrimaryBackgroundColor)The primary background color options for alternate rows.
-