Uses of Class
software.amazon.awssdk.services.quicksight.model.DataLabelPosition
-
Packages that use DataLabelPosition Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DataLabelPosition in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DataLabelPosition Modifier and Type Method Description static DataLabelPositionDataLabelPosition. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataLabelPositionDataLabelOptions. position()Determines the position of the data labels.DataLabelPositionFunnelChartDataLabelOptions. position()Determines the positioning of the data label relative to a section of the funnel.static DataLabelPositionDataLabelPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static DataLabelPosition[]DataLabelPosition. 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 DataLabelPosition Modifier and Type Method Description static Set<DataLabelPosition>DataLabelPosition. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type DataLabelPosition Modifier and Type Method Description DataLabelOptions.BuilderDataLabelOptions.Builder. position(DataLabelPosition position)Determines the position of the data labels.FunnelChartDataLabelOptions.BuilderFunnelChartDataLabelOptions.Builder. position(DataLabelPosition position)Determines the positioning of the data label relative to a section of the funnel.
-