Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.ListTasksSortName
-
Packages that use ListTasksSortName Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of ListTasksSortName in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return ListTasksSortName Modifier and Type Method Description static ListTasksSortNameListTasksSortName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ListTasksSortNameListTasksSortBase. sortBy()Specifies the field by which the task list should be sorted.static ListTasksSortNameListTasksSortName. valueOf(String name)Returns the enum constant of this type with the specified name.static ListTasksSortName[]ListTasksSortName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type ListTasksSortName Modifier and Type Method Description static Set<ListTasksSortName>ListTasksSortName. knownValues()Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type ListTasksSortName Modifier and Type Method Description ListTasksSortBase.BuilderListTasksSortBase.Builder. sortBy(ListTasksSortName sortBy)Specifies the field by which the task list should be sorted.
-