Uses of Class
software.amazon.awssdk.services.glue.model.Order
-
Packages that use Order Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Order in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Order Modifier and Type Method Description List<Order>StorageDescriptor. sortColumns()A list specifying the sort order of each bucket in the table.Methods in software.amazon.awssdk.services.glue.model with parameters of type Order Modifier and Type Method Description StorageDescriptor.BuilderStorageDescriptor.Builder. sortColumns(Order... sortColumns)A list specifying the sort order of each bucket in the table.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Order Modifier and Type Method Description StorageDescriptor.BuilderStorageDescriptor.Builder. sortColumns(Collection<Order> sortColumns)A list specifying the sort order of each bucket in the table.
-