| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
AxisBinding |
ReferenceLineDataConfiguration.axisBinding()
The axis binding type of the reference line.
|
AxisBinding |
DataFieldSeriesItem.axisBinding()
The axis that you are binding the field to.
|
AxisBinding |
LineChartDefaultSeriesSettings.axisBinding()
The axis to which you are binding all line series to.
|
AxisBinding |
FieldSeriesItem.axisBinding()
The axis that you are binding the field to.
|
static AxisBinding |
AxisBinding.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AxisBinding |
AxisBinding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AxisBinding[] |
AxisBinding.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<AxisBinding> |
AxisBinding.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ReferenceLineDataConfiguration.Builder |
ReferenceLineDataConfiguration.Builder.axisBinding(AxisBinding axisBinding)
The axis binding type of the reference line.
|
DataFieldSeriesItem.Builder |
DataFieldSeriesItem.Builder.axisBinding(AxisBinding axisBinding)
The axis that you are binding the field to.
|
LineChartDefaultSeriesSettings.Builder |
LineChartDefaultSeriesSettings.Builder.axisBinding(AxisBinding axisBinding)
The axis to which you are binding all line series to.
|
FieldSeriesItem.Builder |
FieldSeriesItem.Builder.axisBinding(AxisBinding axisBinding)
The axis that you are binding the field to.
|
Copyright © 2023. All rights reserved.