| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
SortCriteria |
SortCriteria.clone() |
SortCriteria |
ListFindingsRequest.getSortCriteria()
Details on the sort criteria to apply to your finding results.
|
SortCriteria |
SortCriteria.withField(SortField field)
The finding detail field by which results are sorted.
|
SortCriteria |
SortCriteria.withField(String field)
The finding detail field by which results are sorted.
|
SortCriteria |
SortCriteria.withSortOrder(SortOrder sortOrder)
The order by which findings are sorted.
|
SortCriteria |
SortCriteria.withSortOrder(String sortOrder)
The order by which findings are sorted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFindingsRequest.setSortCriteria(SortCriteria sortCriteria)
Details on the sort criteria to apply to your finding results.
|
ListFindingsRequest |
ListFindingsRequest.withSortCriteria(SortCriteria sortCriteria)
Details on the sort criteria to apply to your finding results.
|
Copyright © 2024. All rights reserved.