Uses of Class
software.amazon.awssdk.services.macie2.model.GroupCount
-
Packages that use GroupCount Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of GroupCount in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type GroupCount Modifier and Type Method Description List<GroupCount>GetFindingStatisticsResponse. countsByGroup()An array of objects, one for each group of findings that matches the filter criteria specified in the request.Methods in software.amazon.awssdk.services.macie2.model with parameters of type GroupCount Modifier and Type Method Description GetFindingStatisticsResponse.BuilderGetFindingStatisticsResponse.Builder. countsByGroup(GroupCount... countsByGroup)An array of objects, one for each group of findings that matches the filter criteria specified in the request.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type GroupCount Modifier and Type Method Description GetFindingStatisticsResponse.BuilderGetFindingStatisticsResponse.Builder. countsByGroup(Collection<GroupCount> countsByGroup)An array of objects, one for each group of findings that matches the filter criteria specified in the request.
-