Uses of Class
software.amazon.awssdk.services.quicksight.model.SortDirection
-
Packages that use SortDirection Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SortDirection in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SortDirection Modifier and Type Method Description SortDirectionColumnSort. direction()The sort direction.SortDirectionDataPathSort. direction()Determines the sort direction.SortDirectionFieldSort. direction()The sort direction.static SortDirectionSortDirection. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SortDirectionAggregationSortConfiguration. sortDirection()The sort direction of values.static SortDirectionSortDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static SortDirection[]SortDirection. 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 SortDirection Modifier and Type Method Description static Set<SortDirection>SortDirection. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SortDirection Modifier and Type Method Description ColumnSort.BuilderColumnSort.Builder. direction(SortDirection direction)The sort direction.DataPathSort.BuilderDataPathSort.Builder. direction(SortDirection direction)Determines the sort direction.FieldSort.BuilderFieldSort.Builder. direction(SortDirection direction)The sort direction.AggregationSortConfiguration.BuilderAggregationSortConfiguration.Builder. sortDirection(SortDirection sortDirection)The sort direction of values.
-