| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
SearchSort.Builder |
SearchSort.Builder.attribute(String attribute)
The attribute detail of the way to sort search results.
|
static SearchSort.Builder |
SearchSort.builder() |
SearchSort.Builder |
SearchSort.Builder.order(SortOrder order)
The order detail of the wya to sort search results.
|
SearchSort.Builder |
SearchSort.Builder.order(String order)
The order detail of the wya to sort search results.
|
SearchSort.Builder |
SearchSort.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SearchSort.Builder> |
SearchSort.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SearchRequest.Builder |
SearchRequest.Builder.sort(Consumer<SearchSort.Builder> sort)
Specifies the way in which the search results are to be sorted.
|
default SearchTypesRequest.Builder |
SearchTypesRequest.Builder.sort(Consumer<SearchSort.Builder> sort)
The specifies the way to sort the
SearchTypes results. |
default SearchListingsRequest.Builder |
SearchListingsRequest.Builder.sort(Consumer<SearchSort.Builder> sort)
Specifies the way for sorting the search results.
|
Copyright © 2023. All rights reserved.