| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
UsageTotal |
UsageTotal.clone() |
UsageTotal |
UsageTotal.withAccountId(String accountId)
The account ID of the account that usage data was retrieved for.
|
UsageTotal |
UsageTotal.withUsage(Collection<Usage> usage)
An object representing the total usage for an account.
|
UsageTotal |
UsageTotal.withUsage(Usage... usage)
An object representing the total usage for an account.
|
| Modifier and Type | Method and Description |
|---|---|
List<UsageTotal> |
ListUsageTotalsResult.getTotals()
An object with details on the total usage for the requested account.
|
| Modifier and Type | Method and Description |
|---|---|
ListUsageTotalsResult |
ListUsageTotalsResult.withTotals(UsageTotal... totals)
An object with details on the total usage for the requested account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsageTotalsResult.setTotals(Collection<UsageTotal> totals)
An object with details on the total usage for the requested account.
|
ListUsageTotalsResult |
ListUsageTotalsResult.withTotals(Collection<UsageTotal> totals)
An object with details on the total usage for the requested account.
|
Copyright © 2023. All rights reserved.