Uses of Class
software.amazon.awssdk.services.guardduty.model.DateStatistics
-
Packages that use DateStatistics Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of DateStatistics in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type DateStatistics Modifier and Type Method Description List<DateStatistics>FindingStatistics. groupedByDate()Represents a list of map of dates with a count of total findings generated on each date per severity level.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type DateStatistics Modifier and Type Method Description FindingStatistics.BuilderFindingStatistics.Builder. groupedByDate(DateStatistics... groupedByDate)Represents a list of map of dates with a count of total findings generated on each date per severity level.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type DateStatistics Modifier and Type Method Description FindingStatistics.BuilderFindingStatistics.Builder. groupedByDate(Collection<DateStatistics> groupedByDate)Represents a list of map of dates with a count of total findings generated on each date per severity level.
-