Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.RDSStorageEstimatedMonthlySavings.Builder
-
Packages that use RDSStorageEstimatedMonthlySavings.Builder Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of RDSStorageEstimatedMonthlySavings.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return RDSStorageEstimatedMonthlySavings.Builder Modifier and Type Method Description static RDSStorageEstimatedMonthlySavings.BuilderRDSStorageEstimatedMonthlySavings. builder()RDSStorageEstimatedMonthlySavings.BuilderRDSStorageEstimatedMonthlySavings.Builder. currency(String currency)The currency of the estimated monthly savings.RDSStorageEstimatedMonthlySavings.BuilderRDSStorageEstimatedMonthlySavings.Builder. currency(Currency currency)The currency of the estimated monthly savings.RDSStorageEstimatedMonthlySavings.BuilderRDSStorageEstimatedMonthlySavings. toBuilder()RDSStorageEstimatedMonthlySavings.BuilderRDSStorageEstimatedMonthlySavings.Builder. value(Double value)The value of the estimated monthly savings for Amazon RDS storage.Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type RDSStorageEstimatedMonthlySavings.Builder Modifier and Type Method Description static Class<? extends RDSStorageEstimatedMonthlySavings.Builder>RDSStorageEstimatedMonthlySavings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type RDSStorageEstimatedMonthlySavings.Builder Modifier and Type Method Description default RDSStorageSavingsOpportunityAfterDiscounts.BuilderRDSStorageSavingsOpportunityAfterDiscounts.Builder. estimatedMonthlySavings(Consumer<RDSStorageEstimatedMonthlySavings.Builder> estimatedMonthlySavings)The estimated monthly savings possible by adopting Compute Optimizer’s Amazon RDS storage recommendations.
-