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