Uses of Class
software.amazon.awssdk.services.codeartifact.model.PackageVersionSortType
-
Packages that use PackageVersionSortType Package Description software.amazon.awssdk.services.codeartifact.model -
-
Uses of PackageVersionSortType in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return PackageVersionSortType Modifier and Type Method Description static PackageVersionSortTypePackageVersionSortType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PackageVersionSortTypeListPackageVersionsRequest. sortBy()How to sort the requested list of package versions.static PackageVersionSortTypePackageVersionSortType. valueOf(String name)Returns the enum constant of this type with the specified name.static PackageVersionSortType[]PackageVersionSortType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codeartifact.model that return types with arguments of type PackageVersionSortType Modifier and Type Method Description static Set<PackageVersionSortType>PackageVersionSortType. knownValues()Methods in software.amazon.awssdk.services.codeartifact.model with parameters of type PackageVersionSortType Modifier and Type Method Description ListPackageVersionsRequest.BuilderListPackageVersionsRequest.Builder. sortBy(PackageVersionSortType sortBy)How to sort the requested list of package versions.
-