Uses of Class
software.amazon.awssdk.services.quicksight.model.ColumnTag
-
Packages that use ColumnTag Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ColumnTag in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ColumnTag Modifier and Type Method Description List<ColumnTag>TagColumnOperation. tags()The dataset column tag, currently only used for geospatial type tagging.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type ColumnTag Modifier and Type Method Description TagColumnOperation.BuilderTagColumnOperation.Builder. tags(ColumnTag... tags)The dataset column tag, currently only used for geospatial type tagging.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type ColumnTag Modifier and Type Method Description TagColumnOperation.BuilderTagColumnOperation.Builder. tags(Collection<ColumnTag> tags)The dataset column tag, currently only used for geospatial type tagging.
-