| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static ColumnDataSubType |
ColumnDataSubType.fromValue(String value)
Use this in place of valueOf.
|
static ColumnDataSubType |
ColumnDataSubType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnDataSubType[] |
ColumnDataSubType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OutputColumn |
OutputColumn.withSubType(ColumnDataSubType subType)
The sub data type of the column.
|
InputColumn |
InputColumn.withSubType(ColumnDataSubType subType)
The sub data type of the column.
|
CastColumnTypeOperation |
CastColumnTypeOperation.withSubType(ColumnDataSubType subType)
The sub data type of the new column.
|
Copyright © 2024. All rights reserved.