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