Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.EstimatedMonthlySavings.Builder
-
Packages that use EstimatedMonthlySavings.Builder Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of EstimatedMonthlySavings.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return EstimatedMonthlySavings.Builder Modifier and Type Method Description static EstimatedMonthlySavings.BuilderEstimatedMonthlySavings. builder()EstimatedMonthlySavings.BuilderEstimatedMonthlySavings.Builder. currency(String currency)The currency of the estimated monthly savings.EstimatedMonthlySavings.BuilderEstimatedMonthlySavings.Builder. currency(Currency currency)The currency of the estimated monthly savings.EstimatedMonthlySavings.BuilderEstimatedMonthlySavings. toBuilder()EstimatedMonthlySavings.BuilderEstimatedMonthlySavings.Builder. value(Double value)The value of the estimated monthly savings.Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type EstimatedMonthlySavings.Builder Modifier and Type Method Description static Class<? extends EstimatedMonthlySavings.Builder>EstimatedMonthlySavings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type EstimatedMonthlySavings.Builder Modifier and Type Method Description default InferredWorkloadSaving.BuilderInferredWorkloadSaving.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 SavingsOpportunity.BuilderSavingsOpportunity.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.
-