| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ColumnTag |
ColumnTag.clone() |
ColumnTag |
ColumnTag.withColumnDescription(ColumnDescription columnDescription)
A description for a column.
|
ColumnTag |
ColumnTag.withColumnGeographicRole(GeoSpatialDataRole columnGeographicRole)
A geospatial role for a column.
|
ColumnTag |
ColumnTag.withColumnGeographicRole(String columnGeographicRole)
A geospatial role for a column.
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnTag> |
TagColumnOperation.getTags()
The dataset column tag, currently only used for geospatial type tagging.
|
| Modifier and Type | Method and Description |
|---|---|
TagColumnOperation |
TagColumnOperation.withTags(ColumnTag... tags)
The dataset column tag, currently only used for geospatial type tagging.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagColumnOperation.setTags(Collection<ColumnTag> tags)
The dataset column tag, currently only used for geospatial type tagging.
|
TagColumnOperation |
TagColumnOperation.withTags(Collection<ColumnTag> tags)
The dataset column tag, currently only used for geospatial type tagging.
|
Copyright © 2022. All rights reserved.