Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
ListControlSelectAllOptions |
ListControlSelectAllOptions.clone() |
ListControlSelectAllOptions |
ListControlDisplayOptions.getSelectAllOptions()
The configuration of the
Select all options in a list control. |
ListControlSelectAllOptions |
DropDownControlDisplayOptions.getSelectAllOptions()
The configuration of the
Select all options in a dropdown control. |
ListControlSelectAllOptions |
ListControlSelectAllOptions.withVisibility(String visibility)
The visibility configuration of the
Select all options in a list control. |
ListControlSelectAllOptions |
ListControlSelectAllOptions.withVisibility(Visibility visibility)
The visibility configuration of the
Select all options in a list control. |
Modifier and Type | Method and Description |
---|---|
void |
ListControlDisplayOptions.setSelectAllOptions(ListControlSelectAllOptions selectAllOptions)
The configuration of the
Select all options in a list control. |
void |
DropDownControlDisplayOptions.setSelectAllOptions(ListControlSelectAllOptions selectAllOptions)
The configuration of the
Select all options in a dropdown control. |
ListControlDisplayOptions |
ListControlDisplayOptions.withSelectAllOptions(ListControlSelectAllOptions selectAllOptions)
The configuration of the
Select all options in a list control. |
DropDownControlDisplayOptions |
DropDownControlDisplayOptions.withSelectAllOptions(ListControlSelectAllOptions selectAllOptions)
The configuration of the
Select all options in a dropdown control. |
Copyright © 2023. All rights reserved.