| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
UsageStatistics |
UsageStatistics.clone() |
UsageStatistics |
GetUsageStatisticsResult.getUsageStatistics()
The usage statistics object.
|
UsageStatistics |
UsageStatistics.withSumByAccount(Collection<UsageAccountResult> sumByAccount)
The usage statistic sum organized by account ID.
|
UsageStatistics |
UsageStatistics.withSumByAccount(UsageAccountResult... sumByAccount)
The usage statistic sum organized by account ID.
|
UsageStatistics |
UsageStatistics.withSumByDataSource(Collection<UsageDataSourceResult> sumByDataSource)
The usage statistic sum organized by on data source.
|
UsageStatistics |
UsageStatistics.withSumByDataSource(UsageDataSourceResult... sumByDataSource)
The usage statistic sum organized by on data source.
|
UsageStatistics |
UsageStatistics.withSumByFeature(Collection<UsageFeatureResult> sumByFeature)
The usage statistic sum organized by feature.
|
UsageStatistics |
UsageStatistics.withSumByFeature(UsageFeatureResult... sumByFeature)
The usage statistic sum organized by feature.
|
UsageStatistics |
UsageStatistics.withSumByResource(Collection<UsageResourceResult> sumByResource)
The usage statistic sum organized by resource.
|
UsageStatistics |
UsageStatistics.withSumByResource(UsageResourceResult... sumByResource)
The usage statistic sum organized by resource.
|
UsageStatistics |
UsageStatistics.withTopAccountsByFeature(Collection<UsageTopAccountsResult> topAccountsByFeature)
Lists the top 50 accounts by feature that have generated the most GuardDuty usage, in the order from most to
least expensive.
|
UsageStatistics |
UsageStatistics.withTopAccountsByFeature(UsageTopAccountsResult... topAccountsByFeature)
Lists the top 50 accounts by feature that have generated the most GuardDuty usage, in the order from most to
least expensive.
|
UsageStatistics |
UsageStatistics.withTopResources(Collection<UsageResourceResult> topResources)
Lists the top 50 resources that have generated the most GuardDuty usage, in order from most to least expensive.
|
UsageStatistics |
UsageStatistics.withTopResources(UsageResourceResult... topResources)
Lists the top 50 resources that have generated the most GuardDuty usage, in order from most to least expensive.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetUsageStatisticsResult.setUsageStatistics(UsageStatistics usageStatistics)
The usage statistics object.
|
GetUsageStatisticsResult |
GetUsageStatisticsResult.withUsageStatistics(UsageStatistics usageStatistics)
The usage statistics object.
|
Copyright © 2024. All rights reserved.