| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
UsageByAccount |
UsageByAccount.clone() |
UsageByAccount |
UsageByAccount.withCurrency(Currency currency)
The type of currency that the value for the metric (estimatedCost) is reported in.
|
UsageByAccount |
UsageByAccount.withCurrency(String currency)
The type of currency that the value for the metric (estimatedCost) is reported in.
|
UsageByAccount |
UsageByAccount.withEstimatedCost(String estimatedCost)
The estimated value for the metric.
|
UsageByAccount |
UsageByAccount.withServiceLimit(ServiceLimit serviceLimit)
The current value for the quota that corresponds to the metric specified by the type field.
|
UsageByAccount |
UsageByAccount.withType(String type)
The name of the metric.
|
UsageByAccount |
UsageByAccount.withType(UsageType type)
The name of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<UsageByAccount> |
UsageRecord.getUsage()
An array of objects that contains usage data and quotas for the account.
|
| Modifier and Type | Method and Description |
|---|---|
UsageRecord |
UsageRecord.withUsage(UsageByAccount... usage)
An array of objects that contains usage data and quotas for the account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsageRecord.setUsage(Collection<UsageByAccount> usage)
An array of objects that contains usage data and quotas for the account.
|
UsageRecord |
UsageRecord.withUsage(Collection<UsageByAccount> usage)
An array of objects that contains usage data and quotas for the account.
|
Copyright © 2025. All rights reserved.