| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
UntagColumnOperation |
UntagColumnOperation.clone() |
UntagColumnOperation |
TransformOperation.getUntagColumnOperation() |
UntagColumnOperation |
UntagColumnOperation.withColumnName(String columnName)
The column that this operation acts on.
|
UntagColumnOperation |
UntagColumnOperation.withTagNames(Collection<String> tagNames)
The column tags to remove from this column.
|
UntagColumnOperation |
UntagColumnOperation.withTagNames(ColumnTagName... tagNames)
The column tags to remove from this column.
|
UntagColumnOperation |
UntagColumnOperation.withTagNames(String... tagNames)
The column tags to remove from this column.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransformOperation.setUntagColumnOperation(UntagColumnOperation untagColumnOperation) |
TransformOperation |
TransformOperation.withUntagColumnOperation(UntagColumnOperation untagColumnOperation) |
Copyright © 2022. All rights reserved.