| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
UsageAccountResult |
UsageAccountResult.clone() |
UsageAccountResult |
UsageAccountResult.withAccountId(String accountId)
The Account ID that generated usage.
|
UsageAccountResult |
UsageAccountResult.withTotal(Total total)
Represents the total of usage for the Account ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<UsageAccountResult> |
UsageStatistics.getSumByAccount()
The usage statistic sum organized by account ID.
|
| Modifier and Type | Method and Description |
|---|---|
UsageStatistics |
UsageStatistics.withSumByAccount(UsageAccountResult... sumByAccount)
The usage statistic sum organized by account ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsageStatistics.setSumByAccount(Collection<UsageAccountResult> sumByAccount)
The usage statistic sum organized by account ID.
|
UsageStatistics |
UsageStatistics.withSumByAccount(Collection<UsageAccountResult> sumByAccount)
The usage statistic sum organized by account ID.
|
Copyright © 2022. All rights reserved.