Uses of Interface
software.amazon.awssdk.services.marketplacecatalog.model.AmiProductSort.Builder
-
Packages that use AmiProductSort.Builder Package Description software.amazon.awssdk.services.marketplacecatalog.model -
-
Uses of AmiProductSort.Builder in software.amazon.awssdk.services.marketplacecatalog.model
Methods in software.amazon.awssdk.services.marketplacecatalog.model that return AmiProductSort.Builder Modifier and Type Method Description static AmiProductSort.BuilderAmiProductSort. builder()AmiProductSort.BuilderAmiProductSort.Builder. sortBy(String sortBy)Field to sort the AMI products by.AmiProductSort.BuilderAmiProductSort.Builder. sortBy(AmiProductSortBy sortBy)Field to sort the AMI products by.AmiProductSort.BuilderAmiProductSort.Builder. sortOrder(String sortOrder)The sorting order.AmiProductSort.BuilderAmiProductSort.Builder. sortOrder(SortOrder sortOrder)The sorting order.AmiProductSort.BuilderAmiProductSort. toBuilder()Methods in software.amazon.awssdk.services.marketplacecatalog.model that return types with arguments of type AmiProductSort.Builder Modifier and Type Method Description static Class<? extends AmiProductSort.Builder>AmiProductSort. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.marketplacecatalog.model with type arguments of type AmiProductSort.Builder Modifier and Type Method Description default EntityTypeSort.BuilderEntityTypeSort.Builder. amiProductSort(Consumer<AmiProductSort.Builder> amiProductSort)A sort for AMI products.static EntityTypeSortEntityTypeSort. fromAmiProductSort(Consumer<AmiProductSort.Builder> amiProductSort)Create an instance of this class withEntityTypeSort.amiProductSort()initialized to the given value.
-