Uses of Class
software.amazon.awssdk.services.quicksight.model.ComparativeOrder
-
Packages that use ComparativeOrder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ComparativeOrder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ComparativeOrder Modifier and Type Method Description ComparativeOrderTopicCalculatedField. comparativeOrder()The order in which data is displayed for the calculated field when it's used in a comparative context.ComparativeOrderTopicColumn. comparativeOrder()The order in which data is displayed for the column when it's used in a comparative context.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type ComparativeOrder Modifier and Type Method Description TopicCalculatedField.BuilderTopicCalculatedField.Builder. comparativeOrder(ComparativeOrder comparativeOrder)The order in which data is displayed for the calculated field when it's used in a comparative context.TopicColumn.BuilderTopicColumn.Builder. comparativeOrder(ComparativeOrder comparativeOrder)The order in which data is displayed for the column when it's used in a comparative context.
-