| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
SearchSort |
SearchSort.clone() |
SearchSort |
SearchTypesRequest.getSort()
The specifies the way to sort the
SearchTypes results. |
SearchSort |
SearchListingsRequest.getSort()
Specifies the way for sorting the search results.
|
SearchSort |
SearchRequest.getSort()
Specifies the way in which the search results are to be sorted.
|
SearchSort |
SearchSort.withAttribute(String attribute)
The attribute detail of the way to sort search results.
|
SearchSort |
SearchSort.withOrder(SortOrder order)
The order detail of the wya to sort search results.
|
SearchSort |
SearchSort.withOrder(String order)
The order detail of the wya to sort search results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchTypesRequest.setSort(SearchSort sort)
The specifies the way to sort the
SearchTypes results. |
void |
SearchListingsRequest.setSort(SearchSort sort)
Specifies the way for sorting the search results.
|
void |
SearchRequest.setSort(SearchSort sort)
Specifies the way in which the search results are to be sorted.
|
SearchTypesRequest |
SearchTypesRequest.withSort(SearchSort sort)
The specifies the way to sort the
SearchTypes results. |
SearchListingsRequest |
SearchListingsRequest.withSort(SearchSort sort)
Specifies the way for sorting the search results.
|
SearchRequest |
SearchRequest.withSort(SearchSort sort)
Specifies the way in which the search results are to be sorted.
|
Copyright © 2023. All rights reserved.