Uses of Interface
software.amazon.awssdk.services.marketplaceagreement.model.Sort.Builder
-
Packages that use Sort.Builder Package Description software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of Sort.Builder in software.amazon.awssdk.services.marketplaceagreement.model
Methods in software.amazon.awssdk.services.marketplaceagreement.model that return Sort.Builder Modifier and Type Method Description static Sort.BuilderSort. builder()Sort.BuilderSort.Builder. sortBy(String sortBy)The attribute on which the data is grouped, which can be byStartTimeandEndTime.Sort.BuilderSort.Builder. sortOrder(String sortOrder)The sorting order, which can beASCENDINGorDESCENDING.Sort.BuilderSort.Builder. sortOrder(SortOrder sortOrder)The sorting order, which can beASCENDINGorDESCENDING.Sort.BuilderSort. toBuilder()Methods in software.amazon.awssdk.services.marketplaceagreement.model that return types with arguments of type Sort.Builder Modifier and Type Method Description static Class<? extends Sort.Builder>Sort. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.marketplaceagreement.model with type arguments of type Sort.Builder Modifier and Type Method Description default SearchAgreementsRequest.BuilderSearchAgreementsRequest.Builder. sort(Consumer<Sort.Builder> sort)An object that contains theSortByandSortOrderattributes.
-