Uses of Class
software.amazon.awssdk.services.glue.model.SortCriterion
-
Packages that use SortCriterion Package Description software.amazon.awssdk.services.glue.model -
-
Uses of SortCriterion in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type SortCriterion Modifier and Type Method Description List<SortCriterion>SearchTablesRequest. sortCriteria()A list of criteria for sorting the results by a field name, in an ascending or descending order.Methods in software.amazon.awssdk.services.glue.model with parameters of type SortCriterion Modifier and Type Method Description SearchTablesRequest.BuilderSearchTablesRequest.Builder. sortCriteria(SortCriterion... sortCriteria)A list of criteria for sorting the results by a field name, in an ascending or descending order.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type SortCriterion Modifier and Type Method Description SearchTablesRequest.BuilderSearchTablesRequest.Builder. sortCriteria(Collection<SortCriterion> sortCriteria)A list of criteria for sorting the results by a field name, in an ascending or descending order.
-