| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
static EstimatedMonthlySavings.Builder |
EstimatedMonthlySavings.builder() |
EstimatedMonthlySavings.Builder |
EstimatedMonthlySavings.Builder.currency(Currency currency)
The currency of the estimated monthly savings.
|
EstimatedMonthlySavings.Builder |
EstimatedMonthlySavings.Builder.currency(String currency)
The currency of the estimated monthly savings.
|
EstimatedMonthlySavings.Builder |
EstimatedMonthlySavings.toBuilder() |
EstimatedMonthlySavings.Builder |
EstimatedMonthlySavings.Builder.value(Double value)
The value of the estimated monthly savings.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EstimatedMonthlySavings.Builder> |
EstimatedMonthlySavings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SavingsOpportunity.Builder |
SavingsOpportunity.Builder.estimatedMonthlySavings(Consumer<EstimatedMonthlySavings.Builder> estimatedMonthlySavings)
An object that describes the estimated monthly savings amount possible by adopting Compute Optimizer
recommendations for a given resource.
|
default InferredWorkloadSaving.Builder |
InferredWorkloadSaving.Builder.estimatedMonthlySavings(Consumer<EstimatedMonthlySavings.Builder> estimatedMonthlySavings)
An object that describes the estimated monthly savings amount possible by adopting Compute Optimizer
recommendations for a given resource.
|
Copyright © 2023. All rights reserved.