Uses of Class
software.amazon.awssdk.services.guardduty.model.AccountStatistics
-
Packages that use AccountStatistics Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of AccountStatistics in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type AccountStatistics Modifier and Type Method Description List<AccountStatistics>FindingStatistics. groupedByAccount()Represents a list of map of accounts with a findings count associated with each account.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type AccountStatistics Modifier and Type Method Description FindingStatistics.BuilderFindingStatistics.Builder. groupedByAccount(AccountStatistics... groupedByAccount)Represents a list of map of accounts with a findings count associated with each account.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type AccountStatistics Modifier and Type Method Description FindingStatistics.BuilderFindingStatistics.Builder. groupedByAccount(Collection<AccountStatistics> groupedByAccount)Represents a list of map of accounts with a findings count associated with each account.
-