Uses of Class
software.amazon.awssdk.services.quicksight.model.TransposedColumnType
-
Packages that use TransposedColumnType Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TransposedColumnType in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TransposedColumnType Modifier and Type Method Description TransposedColumnTypeTransposedTableOption. columnType()The column type of the column in a transposed table.static TransposedColumnTypeTransposedColumnType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TransposedColumnTypeTransposedColumnType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransposedColumnType[]TransposedColumnType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TransposedColumnType Modifier and Type Method Description static Set<TransposedColumnType>TransposedColumnType. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type TransposedColumnType Modifier and Type Method Description TransposedTableOption.BuilderTransposedTableOption.Builder. columnType(TransposedColumnType columnType)The column type of the column in a transposed table.
-