| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
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.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UsageStatistics.Builder> |
UsageStatistics.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetUsageStatisticsResponse.Builder |
GetUsageStatisticsResponse.Builder.usageStatistics(Consumer<UsageStatistics.Builder> usageStatistics)
The usage statistics object.
|
Copyright © 2023. All rights reserved.