Uses of Class
software.amazon.awssdk.services.quicksight.model.DashboardUIState
-
Packages that use DashboardUIState Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DashboardUIState in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DashboardUIState Modifier and Type Method Description static DashboardUIStateDashboardUIState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DashboardUIStateDashboardUIState. valueOf(String name)Returns the enum constant of this type with the specified name.static DashboardUIState[]DashboardUIState. values()Returns an array containing the constants of this enum type, in the order they are declared.DashboardUIStateSheetControlsOption. visibilityState()Visibility state.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DashboardUIState Modifier and Type Method Description static Set<DashboardUIState>DashboardUIState. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type DashboardUIState Modifier and Type Method Description SheetControlsOption.BuilderSheetControlsOption.Builder. visibilityState(DashboardUIState visibilityState)Visibility state.
-