Uses of Class
software.amazon.awssdk.services.quicksight.model.AxisLabelOptions
-
Packages that use AxisLabelOptions Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AxisLabelOptions in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AxisLabelOptions Modifier and Type Method Description List<AxisLabelOptions>ChartAxisLabelOptions. axisLabelOptions()The label options for a chart axis.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AxisLabelOptions Modifier and Type Method Description ChartAxisLabelOptions.BuilderChartAxisLabelOptions.Builder. axisLabelOptions(AxisLabelOptions... axisLabelOptions)The label options for a chart axis.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AxisLabelOptions Modifier and Type Method Description ChartAxisLabelOptions.BuilderChartAxisLabelOptions.Builder. axisLabelOptions(Collection<AxisLabelOptions> axisLabelOptions)The label options for a chart axis.
-