Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.OfferSortBy
-
Packages that use OfferSortBy Package Description software.amazon.awssdk.services.marketplacecatalog.model -
-
Uses of OfferSortBy in software.amazon.awssdk.services.marketplacecatalog.model
Methods in software.amazon.awssdk.services.marketplacecatalog.model that return OfferSortBy Modifier and Type Method Description static OfferSortByOfferSortBy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OfferSortByOfferSort. sortBy()Allows to sort offers.static OfferSortByOfferSortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static OfferSortBy[]OfferSortBy. 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 OfferSortBy Modifier and Type Method Description static Set<OfferSortBy>OfferSortBy. knownValues()Methods in software.amazon.awssdk.services.marketplacecatalog.model with parameters of type OfferSortBy Modifier and Type Method Description OfferSort.BuilderOfferSort.Builder. sortBy(OfferSortBy sortBy)Allows to sort offers.
-