Uses of Class
software.amazon.awssdk.services.guardduty.model.ResourceStatistics
-
Packages that use ResourceStatistics Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of ResourceStatistics in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type ResourceStatistics Modifier and Type Method Description List<ResourceStatistics>FindingStatistics. groupedByResource()Represents a list of map of top resources with a count of total findings.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type ResourceStatistics Modifier and Type Method Description FindingStatistics.BuilderFindingStatistics.Builder. groupedByResource(ResourceStatistics... groupedByResource)Represents a list of map of top resources with a count of total findings.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type ResourceStatistics Modifier and Type Method Description FindingStatistics.BuilderFindingStatistics.Builder. groupedByResource(Collection<ResourceStatistics> groupedByResource)Represents a list of map of top resources with a count of total findings.
-