| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
SortCriteria.Builder |
SortCriteria.Builder.attributeName(String attributeName)
The name of the attribute to sort on.
|
static SortCriteria.Builder |
SortCriteria.builder() |
SortCriteria.Builder |
SortCriteria.Builder.orderBy(OrderBy orderBy)
The sort order, ascending or descending.
|
SortCriteria.Builder |
SortCriteria.Builder.orderBy(String orderBy)
The sort order, ascending or descending.
|
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.sort(Consumer<SortCriteria.Builder> sort)
The sort order for the findings returned.
|
Copyright © 2020. All rights reserved.