| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
SortCriterion |
SortCriterion.clone() |
SortCriterion |
SortCriterion.withField(String field)
The finding attribute used to sort findings.
|
SortCriterion |
SortCriterion.withSortOrder(SortOrder sortOrder)
The order used to sort findings.
|
SortCriterion |
SortCriterion.withSortOrder(String sortOrder)
The order used to sort findings.
|
| Modifier and Type | Method and Description |
|---|---|
List<SortCriterion> |
GetFindingsRequest.getSortCriteria()
The finding attributes used to sort the list of returned findings.
|
| Modifier and Type | Method and Description |
|---|---|
GetFindingsRequest |
GetFindingsRequest.withSortCriteria(SortCriterion... sortCriteria)
The finding attributes used to sort the list of returned findings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFindingsRequest.setSortCriteria(Collection<SortCriterion> sortCriteria)
The finding attributes used to sort the list of returned findings.
|
GetFindingsRequest |
GetFindingsRequest.withSortCriteria(Collection<SortCriterion> sortCriteria)
The finding attributes used to sort the list of returned findings.
|
Copyright © 2024. All rights reserved.