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