| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
SortCriteria |
SortCriteria.clone() |
SortCriteria |
ListFindingsRequest.getSort()
The sort order for the findings returned.
|
SortCriteria |
SortCriteria.withAttributeName(String attributeName)
The name of the attribute to sort on.
|
SortCriteria |
SortCriteria.withOrderBy(OrderBy orderBy)
The sort order, ascending or descending.
|
SortCriteria |
SortCriteria.withOrderBy(String orderBy)
The sort order, ascending or descending.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFindingsRequest.setSort(SortCriteria sort)
The sort order for the findings returned.
|
ListFindingsRequest |
ListFindingsRequest.withSort(SortCriteria sort)
The sort order for the findings returned.
|
Copyright © 2023. All rights reserved.