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