Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.SortOrder
-
Packages that use SortOrder Package Description software.amazon.awssdk.services.marketplacecatalog.model -
-
Uses of SortOrder in software.amazon.awssdk.services.marketplacecatalog.model
Methods in software.amazon.awssdk.services.marketplacecatalog.model that return SortOrder Modifier and Type Method Description static SortOrderSortOrder. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SortOrderAmiProductSort. sortOrder()The sorting order.SortOrderContainerProductSort. sortOrder()The sorting order.SortOrderDataProductSort. sortOrder()The sorting order.SortOrderOfferSort. sortOrder()Allows to sort offers.SortOrderResaleAuthorizationSort. sortOrder()Allows to sort ResaleAuthorization.SortOrderSaaSProductSort. sortOrder()The sorting order.SortOrderSort. sortOrder()The sorting order.static SortOrderSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static SortOrder[]SortOrder. 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 SortOrder Modifier and Type Method Description static Set<SortOrder>SortOrder. knownValues()Methods in software.amazon.awssdk.services.marketplacecatalog.model with parameters of type SortOrder Modifier and Type Method Description AmiProductSort.BuilderAmiProductSort.Builder. sortOrder(SortOrder sortOrder)The sorting order.ContainerProductSort.BuilderContainerProductSort.Builder. sortOrder(SortOrder sortOrder)The sorting order.DataProductSort.BuilderDataProductSort.Builder. sortOrder(SortOrder sortOrder)The sorting order.OfferSort.BuilderOfferSort.Builder. sortOrder(SortOrder sortOrder)Allows to sort offers.ResaleAuthorizationSort.BuilderResaleAuthorizationSort.Builder. sortOrder(SortOrder sortOrder)Allows to sort ResaleAuthorization.SaaSProductSort.BuilderSaaSProductSort.Builder. sortOrder(SortOrder sortOrder)The sorting order.Sort.BuilderSort.Builder. sortOrder(SortOrder sortOrder)The sorting order.
-