Uses of Interface
software.amazon.awssdk.services.support.model.TrustedAdvisorCostOptimizingSummary.Builder
-
Packages that use TrustedAdvisorCostOptimizingSummary.Builder Package Description software.amazon.awssdk.services.support.model -
-
Uses of TrustedAdvisorCostOptimizingSummary.Builder in software.amazon.awssdk.services.support.model
Methods in software.amazon.awssdk.services.support.model that return TrustedAdvisorCostOptimizingSummary.Builder Modifier and Type Method Description static TrustedAdvisorCostOptimizingSummary.BuilderTrustedAdvisorCostOptimizingSummary. builder()TrustedAdvisorCostOptimizingSummary.BuilderTrustedAdvisorCostOptimizingSummary.Builder. estimatedMonthlySavings(Double estimatedMonthlySavings)The estimated monthly savings that might be realized if the recommended operations are taken.TrustedAdvisorCostOptimizingSummary.BuilderTrustedAdvisorCostOptimizingSummary.Builder. estimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)The estimated percentage of savings that might be realized if the recommended operations are taken.TrustedAdvisorCostOptimizingSummary.BuilderTrustedAdvisorCostOptimizingSummary. toBuilder()Methods in software.amazon.awssdk.services.support.model that return types with arguments of type TrustedAdvisorCostOptimizingSummary.Builder Modifier and Type Method Description static Class<? extends TrustedAdvisorCostOptimizingSummary.Builder>TrustedAdvisorCostOptimizingSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.support.model with type arguments of type TrustedAdvisorCostOptimizingSummary.Builder Modifier and Type Method Description default TrustedAdvisorCategorySpecificSummary.BuilderTrustedAdvisorCategorySpecificSummary.Builder. costOptimizing(Consumer<TrustedAdvisorCostOptimizingSummary.Builder> costOptimizing)The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
-