| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
SortDirection |
DataPathSort.direction()
Determines the sort direction.
|
SortDirection |
FieldSort.direction()
The sort direction.
|
SortDirection |
ColumnSort.direction()
The sort direction.
|
static SortDirection |
SortDirection.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SortDirection |
AggregationSortConfiguration.sortDirection()
The sort direction of values.
|
static SortDirection |
SortDirection.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SortDirection> |
SortDirection.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DataPathSort.Builder |
DataPathSort.Builder.direction(SortDirection direction)
Determines the sort direction.
|
FieldSort.Builder |
FieldSort.Builder.direction(SortDirection direction)
The sort direction.
|
ColumnSort.Builder |
ColumnSort.Builder.direction(SortDirection direction)
The sort direction.
|
AggregationSortConfiguration.Builder |
AggregationSortConfiguration.Builder.sortDirection(SortDirection sortDirection)
The sort direction of values.
|
Copyright © 2023. All rights reserved.