| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
SortCriteria |
SortCriteria.clone() |
SortCriteria |
ListFindingsRequest.getSortCriteria()
Represents the criteria used for sorting findings.
|
SortCriteria |
GetFindingsRequest.getSortCriteria()
Represents the criteria used for sorting findings.
|
SortCriteria |
SortCriteria.withAttributeName(String attributeName)
Represents the finding attribute (for example, accountId) by which to sort findings.
|
SortCriteria |
SortCriteria.withOrderBy(OrderBy orderBy)
Order by which the sorted findings are to be displayed.
|
SortCriteria |
SortCriteria.withOrderBy(String orderBy)
Order by which the sorted findings are to be displayed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFindingsRequest.setSortCriteria(SortCriteria sortCriteria)
Represents the criteria used for sorting findings.
|
void |
GetFindingsRequest.setSortCriteria(SortCriteria sortCriteria)
Represents the criteria used for sorting findings.
|
ListFindingsRequest |
ListFindingsRequest.withSortCriteria(SortCriteria sortCriteria)
Represents the criteria used for sorting findings.
|
GetFindingsRequest |
GetFindingsRequest.withSortCriteria(SortCriteria sortCriteria)
Represents the criteria used for sorting findings.
|
Copyright © 2019. All rights reserved.