Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.AmiProductSort
-
Packages that use AmiProductSort Package Description software.amazon.awssdk.services.marketplacecatalog.model -
-
Uses of AmiProductSort in software.amazon.awssdk.services.marketplacecatalog.model
Methods in software.amazon.awssdk.services.marketplacecatalog.model that return AmiProductSort Modifier and Type Method Description AmiProductSortEntityTypeSort. amiProductSort()A sort for AMI products.Methods in software.amazon.awssdk.services.marketplacecatalog.model with parameters of type AmiProductSort Modifier and Type Method Description EntityTypeSort.BuilderEntityTypeSort.Builder. amiProductSort(AmiProductSort amiProductSort)A sort for AMI products.static EntityTypeSortEntityTypeSort. fromAmiProductSort(AmiProductSort amiProductSort)Create an instance of this class withEntityTypeSort.amiProductSort()initialized to the given value.
-