Uses of Interface
software.amazon.awssdk.services.costexplorer.model.RightsizingRecommendationSummary.Builder
-
Packages that use RightsizingRecommendationSummary.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of RightsizingRecommendationSummary.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return RightsizingRecommendationSummary.Builder Modifier and Type Method Description static RightsizingRecommendationSummary.BuilderRightsizingRecommendationSummary. builder()RightsizingRecommendationSummary.BuilderRightsizingRecommendationSummary.Builder. estimatedTotalMonthlySavingsAmount(String estimatedTotalMonthlySavingsAmount)The estimated total savings resulting from modifications, on a monthly basis.RightsizingRecommendationSummary.BuilderRightsizingRecommendationSummary.Builder. savingsCurrencyCode(String savingsCurrencyCode)The currency code that Amazon Web Services used to calculate the savings.RightsizingRecommendationSummary.BuilderRightsizingRecommendationSummary.Builder. savingsPercentage(String savingsPercentage)The savings percentage based on the recommended modifications.RightsizingRecommendationSummary.BuilderRightsizingRecommendationSummary. toBuilder()RightsizingRecommendationSummary.BuilderRightsizingRecommendationSummary.Builder. totalRecommendationCount(String totalRecommendationCount)The total number of instance recommendations.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type RightsizingRecommendationSummary.Builder Modifier and Type Method Description static Class<? extends RightsizingRecommendationSummary.Builder>RightsizingRecommendationSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type RightsizingRecommendationSummary.Builder Modifier and Type Method Description default GetRightsizingRecommendationResponse.BuilderGetRightsizingRecommendationResponse.Builder. summary(Consumer<RightsizingRecommendationSummary.Builder> summary)Summary of this recommendation set.
-