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