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