Uses of Interface
software.amazon.awssdk.services.trustedadvisor.model.RecommendationCostOptimizingAggregates.Builder
-
Packages that use RecommendationCostOptimizingAggregates.Builder Package Description software.amazon.awssdk.services.trustedadvisor.model -
-
Uses of RecommendationCostOptimizingAggregates.Builder in software.amazon.awssdk.services.trustedadvisor.model
Methods in software.amazon.awssdk.services.trustedadvisor.model that return RecommendationCostOptimizingAggregates.Builder Modifier and Type Method Description static RecommendationCostOptimizingAggregates.BuilderRecommendationCostOptimizingAggregates. builder()RecommendationCostOptimizingAggregates.BuilderRecommendationCostOptimizingAggregates.Builder. estimatedMonthlySavings(Double estimatedMonthlySavings)The estimated monthly savingsRecommendationCostOptimizingAggregates.BuilderRecommendationCostOptimizingAggregates.Builder. estimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)The estimated percently monthly savingsRecommendationCostOptimizingAggregates.BuilderRecommendationCostOptimizingAggregates. toBuilder()Methods in software.amazon.awssdk.services.trustedadvisor.model that return types with arguments of type RecommendationCostOptimizingAggregates.Builder Modifier and Type Method Description static Class<? extends RecommendationCostOptimizingAggregates.Builder>RecommendationCostOptimizingAggregates. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.trustedadvisor.model with type arguments of type RecommendationCostOptimizingAggregates.Builder Modifier and Type Method Description default RecommendationPillarSpecificAggregates.BuilderRecommendationPillarSpecificAggregates.Builder. costOptimizing(Consumer<RecommendationCostOptimizingAggregates.Builder> costOptimizing)Cost optimizing aggregates
-