| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
UsageDataSourceResult |
UsageDataSourceResult.clone() |
UsageDataSourceResult |
UsageDataSourceResult.withDataSource(DataSource dataSource)
The data source type that generated usage.
|
UsageDataSourceResult |
UsageDataSourceResult.withDataSource(String dataSource)
The data source type that generated usage.
|
UsageDataSourceResult |
UsageDataSourceResult.withTotal(Total total)
Represents the total of usage for the specified data source.
|
| Modifier and Type | Method and Description |
|---|---|
List<UsageDataSourceResult> |
UsageStatistics.getSumByDataSource()
The usage statistic sum organized by on data source.
|
| Modifier and Type | Method and Description |
|---|---|
UsageStatistics |
UsageStatistics.withSumByDataSource(UsageDataSourceResult... sumByDataSource)
The usage statistic sum organized by on data source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsageStatistics.setSumByDataSource(Collection<UsageDataSourceResult> sumByDataSource)
The usage statistic sum organized by on data source.
|
UsageStatistics |
UsageStatistics.withSumByDataSource(Collection<UsageDataSourceResult> sumByDataSource)
The usage statistic sum organized by on data source.
|
Copyright © 2025. All rights reserved.