| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static SheetControlListType |
SheetControlListType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SheetControlListType |
FilterListControl.type()
The type of
FilterListControl. |
SheetControlListType |
FilterDropDownControl.type()
The type of the
FilterDropDownControl. |
SheetControlListType |
ParameterListControl.type()
The type of
ParameterListControl. |
SheetControlListType |
ParameterDropDownControl.type()
The type parameter name of the
ParameterDropDownControl. |
static SheetControlListType |
SheetControlListType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SheetControlListType[] |
SheetControlListType.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<SheetControlListType> |
SheetControlListType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FilterListControl.Builder |
FilterListControl.Builder.type(SheetControlListType type)
The type of
FilterListControl. |
FilterDropDownControl.Builder |
FilterDropDownControl.Builder.type(SheetControlListType type)
The type of the
FilterDropDownControl. |
ParameterListControl.Builder |
ParameterListControl.Builder.type(SheetControlListType type)
The type of
ParameterListControl. |
ParameterDropDownControl.Builder |
ParameterDropDownControl.Builder.type(SheetControlListType type)
The type parameter name of the
ParameterDropDownControl. |
Copyright © 2023. All rights reserved.