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