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