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