| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
FindingStatisticsSortCriteria |
FindingStatisticsSortCriteria.clone() |
FindingStatisticsSortCriteria |
GetFindingStatisticsRequest.getSortCriteria()
The criteria to use to sort the query results.
|
FindingStatisticsSortCriteria |
FindingStatisticsSortCriteria.withAttributeName(FindingStatisticsSortAttributeName attributeName)
The grouping to sort the results by.
|
FindingStatisticsSortCriteria |
FindingStatisticsSortCriteria.withAttributeName(String attributeName)
The grouping to sort the results by.
|
FindingStatisticsSortCriteria |
FindingStatisticsSortCriteria.withOrderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
FindingStatisticsSortCriteria |
FindingStatisticsSortCriteria.withOrderBy(String orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFindingStatisticsRequest.setSortCriteria(FindingStatisticsSortCriteria sortCriteria)
The criteria to use to sort the query results.
|
GetFindingStatisticsRequest |
GetFindingStatisticsRequest.withSortCriteria(FindingStatisticsSortCriteria sortCriteria)
The criteria to use to sort the query results.
|
Copyright © 2020. All rights reserved.