| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Total |
Total.clone() |
Total |
UsageAccountResult.getTotal()
Represents the total of usage for the Account ID.
|
Total |
UsageResourceResult.getTotal()
Represents the sum total of usage for the specified resource type.
|
Total |
UsageDataSourceResult.getTotal()
Represents the total of usage for the specified data source.
|
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 |
UsageAccountResult.setTotal(Total total)
Represents the total of usage for the Account ID.
|
void |
UsageResourceResult.setTotal(Total total)
Represents the sum total of usage for the specified resource type.
|
void |
UsageDataSourceResult.setTotal(Total total)
Represents the total of usage for the specified data source.
|
UsageAccountResult |
UsageAccountResult.withTotal(Total total)
Represents the total of usage for the Account ID.
|
UsageResourceResult |
UsageResourceResult.withTotal(Total total)
Represents the sum total of usage for the specified resource type.
|
UsageDataSourceResult |
UsageDataSourceResult.withTotal(Total total)
Represents the total of usage for the specified data source.
|
Copyright © 2021. All rights reserved.