Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.SavingsOpportunity.Builder
-
Packages that use SavingsOpportunity.Builder Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of SavingsOpportunity.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return SavingsOpportunity.Builder Modifier and Type Method Description static SavingsOpportunity.BuilderSavingsOpportunity. builder()default SavingsOpportunity.BuilderSavingsOpportunity.Builder. estimatedMonthlySavings(Consumer<EstimatedMonthlySavings.Builder> estimatedMonthlySavings)An object that describes the estimated monthly savings amount possible by adopting Compute Optimizer recommendations for a given resource.SavingsOpportunity.BuilderSavingsOpportunity.Builder. estimatedMonthlySavings(EstimatedMonthlySavings estimatedMonthlySavings)An object that describes the estimated monthly savings amount possible by adopting Compute Optimizer recommendations for a given resource.SavingsOpportunity.BuilderSavingsOpportunity.Builder. savingsOpportunityPercentage(Double savingsOpportunityPercentage)The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer recommendations for a given resource.SavingsOpportunity.BuilderSavingsOpportunity. toBuilder()Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type SavingsOpportunity.Builder Modifier and Type Method Description static Class<? extends SavingsOpportunity.Builder>SavingsOpportunity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type SavingsOpportunity.Builder Modifier and Type Method Description default AutoScalingGroupRecommendationOption.BuilderAutoScalingGroupRecommendationOption.Builder. savingsOpportunity(Consumer<SavingsOpportunity.Builder> savingsOpportunity)An object that describes the savings opportunity for the Auto Scaling group recommendation option.default ECSServiceRecommendationOption.BuilderECSServiceRecommendationOption.Builder. savingsOpportunity(Consumer<SavingsOpportunity.Builder> savingsOpportunity)Sets the value of the SavingsOpportunity property for this object.default InstanceRecommendationOption.BuilderInstanceRecommendationOption.Builder. savingsOpportunity(Consumer<SavingsOpportunity.Builder> savingsOpportunity)An object that describes the savings opportunity for the instance recommendation option.default LambdaFunctionMemoryRecommendationOption.BuilderLambdaFunctionMemoryRecommendationOption.Builder. savingsOpportunity(Consumer<SavingsOpportunity.Builder> savingsOpportunity)An object that describes the savings opportunity for the Lambda function recommendation option.default LicenseRecommendationOption.BuilderLicenseRecommendationOption.Builder. savingsOpportunity(Consumer<SavingsOpportunity.Builder> savingsOpportunity)Sets the value of the SavingsOpportunity property for this object.default RecommendationSummary.BuilderRecommendationSummary.Builder. savingsOpportunity(Consumer<SavingsOpportunity.Builder> savingsOpportunity)An object that describes the savings opportunity for a given resource type.default VolumeRecommendationOption.BuilderVolumeRecommendationOption.Builder. savingsOpportunity(Consumer<SavingsOpportunity.Builder> savingsOpportunity)An object that describes the savings opportunity for the EBS volume recommendation option.
-