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