Uses of Class
software.amazon.awssdk.services.guardduty.model.UsageTopAccountResult
-
Packages that use UsageTopAccountResult Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of UsageTopAccountResult in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type UsageTopAccountResult Modifier and Type Method Description List<UsageTopAccountResult>UsageTopAccountsResult. accounts()The accounts that contributed to the total usage cost.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type UsageTopAccountResult Modifier and Type Method Description UsageTopAccountsResult.BuilderUsageTopAccountsResult.Builder. accounts(UsageTopAccountResult... accounts)The accounts that contributed to the total usage cost.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type UsageTopAccountResult Modifier and Type Method Description UsageTopAccountsResult.BuilderUsageTopAccountsResult.Builder. accounts(Collection<UsageTopAccountResult> accounts)The accounts that contributed to the total usage cost.
-