Uses of Interface
software.amazon.awssdk.services.macie2.model.UsageTotal.Builder
-
Packages that use UsageTotal.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of UsageTotal.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return UsageTotal.Builder Modifier and Type Method Description static UsageTotal.BuilderUsageTotal. builder()UsageTotal.BuilderUsageTotal.Builder. currency(String currency)The type of currency that the value for the metric (estimatedCost) is reported in.UsageTotal.BuilderUsageTotal.Builder. currency(Currency currency)The type of currency that the value for the metric (estimatedCost) is reported in.UsageTotal.BuilderUsageTotal.Builder. estimatedCost(String estimatedCost)The estimated value for the metric.UsageTotal.BuilderUsageTotal. toBuilder()UsageTotal.BuilderUsageTotal.Builder. type(String type)The name of the metric.UsageTotal.BuilderUsageTotal.Builder. type(UsageType type)The name of the metric.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type UsageTotal.Builder Modifier and Type Method Description static Class<? extends UsageTotal.Builder>UsageTotal. serializableBuilderClass()
-