| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
UsageFeatureResult |
UsageFeatureResult.clone() |
UsageFeatureResult |
UsageFeatureResult.withFeature(String feature)
The feature that generated the usage cost.
|
UsageFeatureResult |
UsageFeatureResult.withFeature(UsageFeature feature)
The feature that generated the usage cost.
|
UsageFeatureResult |
UsageFeatureResult.withTotal(Total total) |
| Modifier and Type | Method and Description |
|---|---|
List<UsageFeatureResult> |
UsageStatistics.getSumByFeature()
The usage statistic sum organized by feature.
|
| Modifier and Type | Method and Description |
|---|---|
UsageStatistics |
UsageStatistics.withSumByFeature(UsageFeatureResult... sumByFeature)
The usage statistic sum organized by feature.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsageStatistics.setSumByFeature(Collection<UsageFeatureResult> sumByFeature)
The usage statistic sum organized by feature.
|
UsageStatistics |
UsageStatistics.withSumByFeature(Collection<UsageFeatureResult> sumByFeature)
The usage statistic sum organized by feature.
|
Copyright © 2023. All rights reserved.