static UsageStatistics.Builder |
UsageStatistics.builder() |
|
UsageStatistics.Builder |
UsageStatistics.Builder.sumByAccount(Collection<UsageAccountResult> sumByAccount) |
The usage statistic sum organized by account ID.
|
UsageStatistics.Builder |
UsageStatistics.Builder.sumByAccount(Consumer<UsageAccountResult.Builder>... sumByAccount) |
The usage statistic sum organized by account ID.
|
UsageStatistics.Builder |
UsageStatistics.Builder.sumByAccount(UsageAccountResult... sumByAccount) |
The usage statistic sum organized by account ID.
|
UsageStatistics.Builder |
UsageStatistics.Builder.sumByDataSource(Collection<UsageDataSourceResult> sumByDataSource) |
The usage statistic sum organized by on data source.
|
UsageStatistics.Builder |
UsageStatistics.Builder.sumByDataSource(Consumer<UsageDataSourceResult.Builder>... sumByDataSource) |
The usage statistic sum organized by on data source.
|
UsageStatistics.Builder |
UsageStatistics.Builder.sumByDataSource(UsageDataSourceResult... sumByDataSource) |
The usage statistic sum organized by on data source.
|
UsageStatistics.Builder |
UsageStatistics.Builder.sumByFeature(Collection<UsageFeatureResult> sumByFeature) |
The usage statistic sum organized by feature.
|
UsageStatistics.Builder |
UsageStatistics.Builder.sumByFeature(Consumer<UsageFeatureResult.Builder>... sumByFeature) |
The usage statistic sum organized by feature.
|
UsageStatistics.Builder |
UsageStatistics.Builder.sumByFeature(UsageFeatureResult... sumByFeature) |
The usage statistic sum organized by feature.
|
UsageStatistics.Builder |
UsageStatistics.Builder.sumByResource(Collection<UsageResourceResult> sumByResource) |
The usage statistic sum organized by resource.
|
UsageStatistics.Builder |
UsageStatistics.Builder.sumByResource(Consumer<UsageResourceResult.Builder>... sumByResource) |
The usage statistic sum organized by resource.
|
UsageStatistics.Builder |
UsageStatistics.Builder.sumByResource(UsageResourceResult... sumByResource) |
The usage statistic sum organized by resource.
|
UsageStatistics.Builder |
UsageStatistics.toBuilder() |
|
UsageStatistics.Builder |
UsageStatistics.Builder.topAccountsByFeature(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.Builder |
UsageStatistics.Builder.topAccountsByFeature(Consumer<UsageTopAccountsResult.Builder>... topAccountsByFeature) |
Lists the top 50 accounts by feature that have generated the most GuardDuty usage, in the order from most to
least expensive.
|
UsageStatistics.Builder |
UsageStatistics.Builder.topAccountsByFeature(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.Builder |
UsageStatistics.Builder.topResources(Collection<UsageResourceResult> topResources) |
Lists the top 50 resources that have generated the most GuardDuty usage, in order from most to least
expensive.
|
UsageStatistics.Builder |
UsageStatistics.Builder.topResources(Consumer<UsageResourceResult.Builder>... topResources) |
Lists the top 50 resources that have generated the most GuardDuty usage, in order from most to least
expensive.
|
UsageStatistics.Builder |
UsageStatistics.Builder.topResources(UsageResourceResult... topResources) |
Lists the top 50 resources that have generated the most GuardDuty usage, in order from most to least
expensive.
|