| Package | Description |
|---|---|
| com.amazonaws.services.marketplacecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
Sort |
Sort.clone() |
Sort |
ListEntitiesRequest.getSort()
An object that contains two attributes,
SortBy and SortOrder. |
Sort |
ListChangeSetsRequest.getSort()
An object that contains two attributes,
SortBy and SortOrder. |
Sort |
Sort.withSortBy(String sortBy)
For
ListEntities, supported attributes include LastModifiedDate (default),
Visibility, EntityId, and Name. |
Sort |
Sort.withSortOrder(SortOrder sortOrder)
The sorting order.
|
Sort |
Sort.withSortOrder(String sortOrder)
The sorting order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEntitiesRequest.setSort(Sort sort)
An object that contains two attributes,
SortBy and SortOrder. |
void |
ListChangeSetsRequest.setSort(Sort sort)
An object that contains two attributes,
SortBy and SortOrder. |
ListEntitiesRequest |
ListEntitiesRequest.withSort(Sort sort)
An object that contains two attributes,
SortBy and SortOrder. |
ListChangeSetsRequest |
ListChangeSetsRequest.withSort(Sort sort)
An object that contains two attributes,
SortBy and SortOrder. |
Copyright © 2021. All rights reserved.