Uses of Class
software.amazon.awssdk.services.quicksight.model.TopBottomSortOrder
-
Packages that use TopBottomSortOrder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TopBottomSortOrder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TopBottomSortOrder Modifier and Type Method Description static TopBottomSortOrderTopBottomSortOrder. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TopBottomSortOrderTopBottomMoversComputation. sortOrder()The sort order setup of the top and bottom movers computation.static TopBottomSortOrderTopBottomSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static TopBottomSortOrder[]TopBottomSortOrder. 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 TopBottomSortOrder Modifier and Type Method Description static Set<TopBottomSortOrder>TopBottomSortOrder. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type TopBottomSortOrder Modifier and Type Method Description TopBottomMoversComputation.BuilderTopBottomMoversComputation.Builder. sortOrder(TopBottomSortOrder sortOrder)The sort order setup of the top and bottom movers computation.
-