| Package | Description |
|---|---|
| com.amazonaws.services.marketplaceagreement.model |
| Modifier and Type | Method and Description |
|---|---|
Sort |
Sort.clone() |
Sort |
SearchAgreementsRequest.getSort()
An object that contains the
SortBy and SortOrder attributes. |
Sort |
Sort.withSortBy(String sortBy)
The attribute on which the data is grouped, which can be by
StartTime and EndTime. |
Sort |
Sort.withSortOrder(SortOrder sortOrder)
The sorting order, which can be
ASCENDING or DESCENDING. |
Sort |
Sort.withSortOrder(String sortOrder)
The sorting order, which can be
ASCENDING or DESCENDING. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchAgreementsRequest.setSort(Sort sort)
An object that contains the
SortBy and SortOrder attributes. |
SearchAgreementsRequest |
SearchAgreementsRequest.withSort(Sort sort)
An object that contains the
SortBy and SortOrder attributes. |
Copyright © 2024. All rights reserved.