| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TagColumnOperation |
TagColumnOperation.clone() |
TagColumnOperation |
TransformOperation.getTagColumnOperation()
An operation that tags a column with additional information.
|
TagColumnOperation |
TagColumnOperation.withColumnName(String columnName)
The column that this operation acts on.
|
TagColumnOperation |
TagColumnOperation.withTags(Collection<ColumnTag> tags)
The dataset column tag, currently only used for geospatial type tagging.
|
TagColumnOperation |
TagColumnOperation.withTags(ColumnTag... tags)
The dataset column tag, currently only used for geospatial type tagging.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransformOperation.setTagColumnOperation(TagColumnOperation tagColumnOperation)
An operation that tags a column with additional information.
|
TransformOperation |
TransformOperation.withTagColumnOperation(TagColumnOperation tagColumnOperation)
An operation that tags a column with additional information.
|
Copyright © 2021. All rights reserved.