Uses of Class
software.amazon.awssdk.services.quicksight.model.DataLabelType
-
Packages that use DataLabelType Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DataLabelType in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DataLabelType Modifier and Type Method Description List<DataLabelType>DataLabelOptions. dataLabelTypes()The option that determines the data label type.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type DataLabelType Modifier and Type Method Description DataLabelOptions.BuilderDataLabelOptions.Builder. dataLabelTypes(DataLabelType... dataLabelTypes)The option that determines the data label type.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DataLabelType Modifier and Type Method Description DataLabelOptions.BuilderDataLabelOptions.Builder. dataLabelTypes(Collection<DataLabelType> dataLabelTypes)The option that determines the data label type.
-