| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
UsageTopAccountsResult |
UsageTopAccountsResult.clone() |
UsageTopAccountsResult |
UsageTopAccountsResult.withAccounts(Collection<UsageTopAccountResult> accounts)
The accounts that contributed to the total usage cost.
|
UsageTopAccountsResult |
UsageTopAccountsResult.withAccounts(UsageTopAccountResult... accounts)
The accounts that contributed to the total usage cost.
|
UsageTopAccountsResult |
UsageTopAccountsResult.withFeature(String feature)
Features by which you can generate the usage statistics.
|
UsageTopAccountsResult |
UsageTopAccountsResult.withFeature(UsageFeature feature)
Features by which you can generate the usage statistics.
|
| Modifier and Type | Method and Description |
|---|---|
List<UsageTopAccountsResult> |
UsageStatistics.getTopAccountsByFeature()
Lists the top 50 accounts by feature that have generated the most GuardDuty usage, in the order from most to
least expensive.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsageStatistics.setTopAccountsByFeature(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(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.
|
Copyright © 2023. All rights reserved.