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