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