| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
SearchResourcesSortCriteria.Builder |
SearchResourcesSortCriteria.Builder.attributeName(SearchResourcesSortAttributeName attributeName)
The property to sort the results by.
|
SearchResourcesSortCriteria.Builder |
SearchResourcesSortCriteria.Builder.attributeName(String attributeName)
The property to sort the results by.
|
static SearchResourcesSortCriteria.Builder |
SearchResourcesSortCriteria.builder() |
SearchResourcesSortCriteria.Builder |
SearchResourcesSortCriteria.Builder.orderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
SearchResourcesSortCriteria.Builder |
SearchResourcesSortCriteria.Builder.orderBy(String orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
SearchResourcesSortCriteria.Builder |
SearchResourcesSortCriteria.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SearchResourcesSortCriteria.Builder> |
SearchResourcesSortCriteria.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SearchResourcesRequest.Builder |
SearchResourcesRequest.Builder.sortCriteria(Consumer<SearchResourcesSortCriteria.Builder> sortCriteria)
The criteria to use to sort the results.
|
Copyright © 2021. All rights reserved.