| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
GroupCount |
GroupCount.clone() |
GroupCount |
GroupCount.withCount(Long count)
The total number of findings in the group of query results.
|
GroupCount |
GroupCount.withGroupKey(String groupKey)
The name of the property that defines the group in the query results, as specified by the groupBy property in the
query request.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupCount> |
GetFindingStatisticsResult.getCountsByGroup()
An array of objects, one for each group of findings that matches the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
GetFindingStatisticsResult |
GetFindingStatisticsResult.withCountsByGroup(GroupCount... countsByGroup)
An array of objects, one for each group of findings that matches the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFindingStatisticsResult.setCountsByGroup(Collection<GroupCount> countsByGroup)
An array of objects, one for each group of findings that matches the filter criteria specified in the request.
|
GetFindingStatisticsResult |
GetFindingStatisticsResult.withCountsByGroup(Collection<GroupCount> countsByGroup)
An array of objects, one for each group of findings that matches the filter criteria specified in the request.
|
Copyright © 2025. All rights reserved.