| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static UsageTotal.Builder |
UsageTotal.builder() |
UsageTotal.Builder |
UsageTotal.Builder.currency(Currency currency)
The type of currency that the value for the metric (estimatedCost) is reported in.
|
UsageTotal.Builder |
UsageTotal.Builder.currency(String currency)
The type of currency that the value for the metric (estimatedCost) is reported in.
|
UsageTotal.Builder |
UsageTotal.Builder.estimatedCost(String estimatedCost)
The estimated value for the metric.
|
UsageTotal.Builder |
UsageTotal.toBuilder() |
UsageTotal.Builder |
UsageTotal.Builder.type(String type)
The name of the metric.
|
UsageTotal.Builder |
UsageTotal.Builder.type(UsageType type)
The name of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UsageTotal.Builder> |
UsageTotal.serializableBuilderClass() |
Copyright © 2020. All rights reserved.