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