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