Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.Sort
-
Packages that use Sort Package Description software.amazon.awssdk.services.marketplacecatalog.model -
-
Uses of Sort in software.amazon.awssdk.services.marketplacecatalog.model
Methods in software.amazon.awssdk.services.marketplacecatalog.model that return Sort Modifier and Type Method Description SortListChangeSetsRequest. sort()An object that contains two attributes,SortByandSortOrder.SortListEntitiesRequest. sort()An object that contains two attributes,SortByandSortOrder.Methods in software.amazon.awssdk.services.marketplacecatalog.model with parameters of type Sort Modifier and Type Method Description ListChangeSetsRequest.BuilderListChangeSetsRequest.Builder. sort(Sort sort)An object that contains two attributes,SortByandSortOrder.ListEntitiesRequest.BuilderListEntitiesRequest.Builder. sort(Sort sort)An object that contains two attributes,SortByandSortOrder.
-