Uses of Class
software.amazon.awssdk.services.inspector2.model.RepositorySortBy
-
Packages that use RepositorySortBy Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of RepositorySortBy in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return RepositorySortBy Modifier and Type Method Description static RepositorySortByRepositorySortBy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RepositorySortByRepositoryAggregation. sortBy()The value to sort results by.static RepositorySortByRepositorySortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static RepositorySortBy[]RepositorySortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type RepositorySortBy Modifier and Type Method Description static Set<RepositorySortBy>RepositorySortBy. knownValues()Methods in software.amazon.awssdk.services.inspector2.model with parameters of type RepositorySortBy Modifier and Type Method Description RepositoryAggregation.BuilderRepositoryAggregation.Builder. sortBy(RepositorySortBy sortBy)The value to sort results by.
-