Uses of Class
software.amazon.awssdk.services.quicksight.model.ColumnOrderingType
-
Packages that use ColumnOrderingType Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ColumnOrderingType in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ColumnOrderingType Modifier and Type Method Description static ColumnOrderingTypeColumnOrderingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ColumnOrderingTypeComparativeOrder. useOrdering()The ordering type for a column.static ColumnOrderingTypeColumnOrderingType. valueOf(String name)Returns the enum constant of this type with the specified name.static ColumnOrderingType[]ColumnOrderingType. 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 ColumnOrderingType Modifier and Type Method Description static Set<ColumnOrderingType>ColumnOrderingType. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type ColumnOrderingType Modifier and Type Method Description ComparativeOrder.BuilderComparativeOrder.Builder. useOrdering(ColumnOrderingType useOrdering)The ordering type for a column.
-