| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
UsageTotal |
UsageTotal.clone() |
UsageTotal |
UsageTotal.withCurrency(Currency currency)
The type of currency that the value for the metric (estimatedCost) is reported in.
|
UsageTotal |
UsageTotal.withCurrency(String currency)
The type of currency that the value for the metric (estimatedCost) is reported in.
|
UsageTotal |
UsageTotal.withEstimatedCost(String estimatedCost)
The estimated value for the metric.
|
UsageTotal |
UsageTotal.withType(String type)
The name of the metric.
|
UsageTotal |
UsageTotal.withType(UsageType type)
The name of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<UsageTotal> |
GetUsageTotalsResult.getUsageTotals()
An array of objects that contains the results of the query.
|
| Modifier and Type | Method and Description |
|---|---|
GetUsageTotalsResult |
GetUsageTotalsResult.withUsageTotals(UsageTotal... usageTotals)
An array of objects that contains the results of the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetUsageTotalsResult.setUsageTotals(Collection<UsageTotal> usageTotals)
An array of objects that contains the results of the query.
|
GetUsageTotalsResult |
GetUsageTotalsResult.withUsageTotals(Collection<UsageTotal> usageTotals)
An array of objects that contains the results of the query.
|
Copyright © 2024. All rights reserved.