Uses of Class
software.amazon.awssdk.services.datazone.model.SortFieldProject
-
Packages that use SortFieldProject Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SortFieldProject in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SortFieldProject Modifier and Type Method Description static SortFieldProjectSortFieldProject. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SortFieldProjectListProjectMembershipsRequest. sortBy()The method by which you want to sort the project memberships.static SortFieldProjectSortFieldProject. valueOf(String name)Returns the enum constant of this type with the specified name.static SortFieldProject[]SortFieldProject. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type SortFieldProject Modifier and Type Method Description static Set<SortFieldProject>SortFieldProject. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type SortFieldProject Modifier and Type Method Description ListProjectMembershipsRequest.BuilderListProjectMembershipsRequest.Builder. sortBy(SortFieldProject sortBy)The method by which you want to sort the project memberships.
-