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