| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Total |
Total.clone() |
Total |
UsageTopAccountResult.getTotal() |
Total |
UsageAccountResult.getTotal()
Represents the total of usage for the Account ID.
|
Total |
UsageDataSourceResult.getTotal()
Represents the total of usage for the specified data source.
|
Total |
UsageResourceResult.getTotal()
Represents the sum total of usage for the specified resource type.
|
Total |
UsageFeatureResult.getTotal() |
Total |
Total.withAmount(String amount)
The total usage.
|
Total |
Total.withUnit(String unit)
The currency unit that the amount is given in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsageTopAccountResult.setTotal(Total total) |
void |
UsageAccountResult.setTotal(Total total)
Represents the total of usage for the Account ID.
|
void |
UsageDataSourceResult.setTotal(Total total)
Represents the total of usage for the specified data source.
|
void |
UsageResourceResult.setTotal(Total total)
Represents the sum total of usage for the specified resource type.
|
void |
UsageFeatureResult.setTotal(Total total) |
UsageTopAccountResult |
UsageTopAccountResult.withTotal(Total total) |
UsageAccountResult |
UsageAccountResult.withTotal(Total total)
Represents the total of usage for the Account ID.
|
UsageDataSourceResult |
UsageDataSourceResult.withTotal(Total total)
Represents the total of usage for the specified data source.
|
UsageResourceResult |
UsageResourceResult.withTotal(Total total)
Represents the sum total of usage for the specified resource type.
|
UsageFeatureResult |
UsageFeatureResult.withTotal(Total total) |
Copyright © 2024. All rights reserved.