Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
ComparativeOrder |
ComparativeOrder.clone() |
ComparativeOrder |
TopicCalculatedField.getComparativeOrder()
The order in which data is displayed for the calculated field when it's used in a comparative context.
|
ComparativeOrder |
TopicColumn.getComparativeOrder()
The order in which data is displayed for the column when it's used in a comparative context.
|
ComparativeOrder |
ComparativeOrder.withSpecifedOrder(Collection<String> specifedOrder)
The list of columns to be used in the ordering.
|
ComparativeOrder |
ComparativeOrder.withSpecifedOrder(String... specifedOrder)
The list of columns to be used in the ordering.
|
ComparativeOrder |
ComparativeOrder.withTreatUndefinedSpecifiedValues(String treatUndefinedSpecifiedValues)
The treat of undefined specified values.
|
ComparativeOrder |
ComparativeOrder.withTreatUndefinedSpecifiedValues(UndefinedSpecifiedValueType treatUndefinedSpecifiedValues)
The treat of undefined specified values.
|
ComparativeOrder |
ComparativeOrder.withUseOrdering(ColumnOrderingType useOrdering)
The ordering type for a column.
|
ComparativeOrder |
ComparativeOrder.withUseOrdering(String useOrdering)
The ordering type for a column.
|
Modifier and Type | Method and Description |
---|---|
void |
TopicCalculatedField.setComparativeOrder(ComparativeOrder comparativeOrder)
The order in which data is displayed for the calculated field when it's used in a comparative context.
|
void |
TopicColumn.setComparativeOrder(ComparativeOrder comparativeOrder)
The order in which data is displayed for the column when it's used in a comparative context.
|
TopicCalculatedField |
TopicCalculatedField.withComparativeOrder(ComparativeOrder comparativeOrder)
The order in which data is displayed for the calculated field when it's used in a comparative context.
|
TopicColumn |
TopicColumn.withComparativeOrder(ComparativeOrder comparativeOrder)
The order in which data is displayed for the column when it's used in a comparative context.
|
Copyright © 2023. All rights reserved.