Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.InstanceEstimatedMonthlySavings.Builder
-
Packages that use InstanceEstimatedMonthlySavings.Builder Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of InstanceEstimatedMonthlySavings.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return InstanceEstimatedMonthlySavings.Builder Modifier and Type Method Description static InstanceEstimatedMonthlySavings.BuilderInstanceEstimatedMonthlySavings. builder()InstanceEstimatedMonthlySavings.BuilderInstanceEstimatedMonthlySavings.Builder. currency(String currency)The currency of the estimated monthly savings.InstanceEstimatedMonthlySavings.BuilderInstanceEstimatedMonthlySavings.Builder. currency(Currency currency)The currency of the estimated monthly savings.InstanceEstimatedMonthlySavings.BuilderInstanceEstimatedMonthlySavings. toBuilder()InstanceEstimatedMonthlySavings.BuilderInstanceEstimatedMonthlySavings.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 InstanceEstimatedMonthlySavings.Builder Modifier and Type Method Description static Class<? extends InstanceEstimatedMonthlySavings.Builder>InstanceEstimatedMonthlySavings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type InstanceEstimatedMonthlySavings.Builder Modifier and Type Method Description default InstanceSavingsOpportunityAfterDiscounts.BuilderInstanceSavingsOpportunityAfterDiscounts.Builder. estimatedMonthlySavings(Consumer<InstanceEstimatedMonthlySavings.Builder> estimatedMonthlySavings)An object that describes the estimated monthly savings possible by adopting Compute Optimizer’s Amazon EC2 instance recommendations.
-