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