Uses of Class
software.amazon.awssdk.services.guardduty.model.UsageAccountResult
-
Packages that use UsageAccountResult Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of UsageAccountResult in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type UsageAccountResult Modifier and Type Method Description List<UsageAccountResult>UsageStatistics. sumByAccount()The usage statistic sum organized by account ID.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type UsageAccountResult Modifier and Type Method Description UsageStatistics.BuilderUsageStatistics.Builder. sumByAccount(UsageAccountResult... sumByAccount)The usage statistic sum organized by account ID.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type UsageAccountResult Modifier and Type Method Description UsageStatistics.BuilderUsageStatistics.Builder. sumByAccount(Collection<UsageAccountResult> sumByAccount)The usage statistic sum organized by account ID.
-