Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.OrderBy
-
Packages that use OrderBy Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of OrderBy in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return OrderBy Modifier and Type Method Description static OrderByOrderBy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OrderBySortCriteria. orderBy()The sort order, ascending or descending.static OrderByOrderBy. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderBy[]OrderBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type OrderBy Modifier and Type Method Description static Set<OrderBy>OrderBy. knownValues()Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type OrderBy Modifier and Type Method Description SortCriteria.BuilderSortCriteria.Builder. orderBy(OrderBy orderBy)The sort order, ascending or descending.
-