Uses of Class
software.amazon.awssdk.services.quicksight.model.AxisBinding
-
Packages that use AxisBinding Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AxisBinding in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return AxisBinding Modifier and Type Method Description AxisBindingDataFieldSeriesItem. axisBinding()The axis that you are binding the field to.AxisBindingFieldSeriesItem. axisBinding()The axis that you are binding the field to.AxisBindingLineChartDefaultSeriesSettings. axisBinding()The axis to which you are binding all line series to.AxisBindingReferenceLineDataConfiguration. axisBinding()The axis binding type of the reference line.static AxisBindingAxisBinding. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AxisBindingAxisBinding. 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.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AxisBinding Modifier and Type Method Description static Set<AxisBinding>AxisBinding. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AxisBinding Modifier and Type Method Description DataFieldSeriesItem.BuilderDataFieldSeriesItem.Builder. axisBinding(AxisBinding axisBinding)The axis that you are binding the field to.FieldSeriesItem.BuilderFieldSeriesItem.Builder. axisBinding(AxisBinding axisBinding)The axis that you are binding the field to.LineChartDefaultSeriesSettings.BuilderLineChartDefaultSeriesSettings.Builder. axisBinding(AxisBinding axisBinding)The axis to which you are binding all line series to.ReferenceLineDataConfiguration.BuilderReferenceLineDataConfiguration.Builder. axisBinding(AxisBinding axisBinding)The axis binding type of the reference line.
-