| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static UsageByAccount.Builder |
UsageByAccount.builder() |
UsageByAccount.Builder |
UsageByAccount.Builder.currency(Currency currency)
The type of currency that the value for the metric (estimatedCost) is reported in.
|
UsageByAccount.Builder |
UsageByAccount.Builder.currency(String currency)
The type of currency that the value for the metric (estimatedCost) is reported in.
|
UsageByAccount.Builder |
UsageByAccount.Builder.estimatedCost(String estimatedCost)
The estimated value for the metric.
|
default UsageByAccount.Builder |
UsageByAccount.Builder.serviceLimit(Consumer<ServiceLimit.Builder> serviceLimit)
The current value for the quota that corresponds to the metric specified by the type field.
|
UsageByAccount.Builder |
UsageByAccount.Builder.serviceLimit(ServiceLimit serviceLimit)
The current value for the quota that corresponds to the metric specified by the type field.
|
UsageByAccount.Builder |
UsageByAccount.toBuilder() |
UsageByAccount.Builder |
UsageByAccount.Builder.type(String type)
The name of the metric.
|
UsageByAccount.Builder |
UsageByAccount.Builder.type(UsageType type)
The name of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UsageByAccount.Builder> |
UsageByAccount.serializableBuilderClass() |
Copyright © 2021. All rights reserved.