| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static ReferenceLineLabelHorizontalPosition |
ReferenceLineLabelHorizontalPosition.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ReferenceLineLabelHorizontalPosition |
ReferenceLineLabelConfiguration.horizontalPosition()
The horizontal position configuration of the label in a reference line.
|
static ReferenceLineLabelHorizontalPosition |
ReferenceLineLabelHorizontalPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceLineLabelHorizontalPosition[] |
ReferenceLineLabelHorizontalPosition.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<ReferenceLineLabelHorizontalPosition> |
ReferenceLineLabelHorizontalPosition.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ReferenceLineLabelConfiguration.Builder |
ReferenceLineLabelConfiguration.Builder.horizontalPosition(ReferenceLineLabelHorizontalPosition horizontalPosition)
The horizontal position configuration of the label in a reference line.
|
Copyright © 2023. All rights reserved.