| Package | Description |
|---|---|
| com.amazonaws.services.detective.model |
| Modifier and Type | Method and Description |
|---|---|
SortCriteria |
SortCriteria.clone() |
SortCriteria |
ListInvestigationsRequest.getSortCriteria()
Sorts the investigation results based on a criteria.
|
SortCriteria |
SortCriteria.withField(Field field)
Represents the
Field attribute to sort investigations. |
SortCriteria |
SortCriteria.withField(String field)
Represents the
Field attribute to sort investigations. |
SortCriteria |
SortCriteria.withSortOrder(SortOrder sortOrder)
The order by which the sorted findings are displayed.
|
SortCriteria |
SortCriteria.withSortOrder(String sortOrder)
The order by which the sorted findings are displayed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInvestigationsRequest.setSortCriteria(SortCriteria sortCriteria)
Sorts the investigation results based on a criteria.
|
ListInvestigationsRequest |
ListInvestigationsRequest.withSortCriteria(SortCriteria sortCriteria)
Sorts the investigation results based on a criteria.
|
Copyright © 2025. All rights reserved.