Uses of Class
software.amazon.awssdk.services.guardduty.model.UsageTopAccountsResult
-
Packages that use UsageTopAccountsResult Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of UsageTopAccountsResult in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type UsageTopAccountsResult Modifier and Type Method Description List<UsageTopAccountsResult>UsageStatistics. topAccountsByFeature()Lists the top 50 accounts by feature that have generated the most GuardDuty usage, in the order from most to least expensive.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type UsageTopAccountsResult Modifier and Type Method Description UsageStatistics.BuilderUsageStatistics.Builder. topAccountsByFeature(UsageTopAccountsResult... topAccountsByFeature)Lists the top 50 accounts by feature that have generated the most GuardDuty usage, in the order from most to least expensive.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type UsageTopAccountsResult Modifier and Type Method Description UsageStatistics.BuilderUsageStatistics.Builder. topAccountsByFeature(Collection<UsageTopAccountsResult> topAccountsByFeature)Lists the top 50 accounts by feature that have generated the most GuardDuty usage, in the order from most to least expensive.
-