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