Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.RDSSavingsEstimationMode.Builder
-
Packages that use RDSSavingsEstimationMode.Builder Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of RDSSavingsEstimationMode.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return RDSSavingsEstimationMode.Builder Modifier and Type Method Description static RDSSavingsEstimationMode.BuilderRDSSavingsEstimationMode. builder()RDSSavingsEstimationMode.BuilderRDSSavingsEstimationMode.Builder. source(String source)Describes the source for calculating the savings opportunity for Amazon RDS.RDSSavingsEstimationMode.BuilderRDSSavingsEstimationMode.Builder. source(RDSSavingsEstimationModeSource source)Describes the source for calculating the savings opportunity for Amazon RDS.RDSSavingsEstimationMode.BuilderRDSSavingsEstimationMode. toBuilder()Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type RDSSavingsEstimationMode.Builder Modifier and Type Method Description static Class<? extends RDSSavingsEstimationMode.Builder>RDSSavingsEstimationMode. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type RDSSavingsEstimationMode.Builder Modifier and Type Method Description default RDSEffectiveRecommendationPreferences.BuilderRDSEffectiveRecommendationPreferences.Builder. savingsEstimationMode(Consumer<RDSSavingsEstimationMode.Builder> savingsEstimationMode)Describes the savings estimation mode preference applied for calculating savings opportunity for Amazon RDS.
-