| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
OutputColumn |
OutputColumn.clone() |
OutputColumn |
OutputColumn.withDescription(String description)
A description for a column.
|
OutputColumn |
OutputColumn.withName(String name)
The display name of the column..
|
OutputColumn |
OutputColumn.withSubType(ColumnDataSubType subType)
The sub data type of the column.
|
OutputColumn |
OutputColumn.withSubType(String subType)
The sub data type of the column.
|
OutputColumn |
OutputColumn.withType(ColumnDataType type)
The data type of the column.
|
OutputColumn |
OutputColumn.withType(String type)
The data type of the column.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutputColumn> |
DataSet.getOutputColumns()
The list of columns after all transforms.
|
| Modifier and Type | Method and Description |
|---|---|
DataSet |
DataSet.withOutputColumns(OutputColumn... outputColumns)
The list of columns after all transforms.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSet.setOutputColumns(Collection<OutputColumn> outputColumns)
The list of columns after all transforms.
|
DataSet |
DataSet.withOutputColumns(Collection<OutputColumn> outputColumns)
The list of columns after all transforms.
|
Copyright © 2024. All rights reserved.