| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
SavingsOpportunity |
SavingsOpportunity.clone() |
SavingsOpportunity |
LambdaFunctionMemoryRecommendationOption.getSavingsOpportunity()
An object that describes the savings opportunity for the Lambda function recommendation option.
|
SavingsOpportunity |
InstanceRecommendationOption.getSavingsOpportunity()
An object that describes the savings opportunity for the instance recommendation option.
|
SavingsOpportunity |
VolumeRecommendationOption.getSavingsOpportunity()
An object that describes the savings opportunity for the EBS volume recommendation option.
|
SavingsOpportunity |
AutoScalingGroupRecommendationOption.getSavingsOpportunity()
An object that describes the savings opportunity for the Auto Scaling group recommendation option.
|
SavingsOpportunity |
RecommendationSummary.getSavingsOpportunity()
An object that describes the savings opportunity for a given resource type.
|
SavingsOpportunity |
SavingsOpportunity.withEstimatedMonthlySavings(EstimatedMonthlySavings estimatedMonthlySavings)
An object that describes the estimated monthly savings amount possible, based on On-Demand instance pricing, by
adopting Compute Optimizer recommendations for a given resource.
|
SavingsOpportunity |
SavingsOpportunity.withSavingsOpportunityPercentage(Double savingsOpportunityPercentage)
The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer
recommendations for a given resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaFunctionMemoryRecommendationOption.setSavingsOpportunity(SavingsOpportunity savingsOpportunity)
An object that describes the savings opportunity for the Lambda function recommendation option.
|
void |
InstanceRecommendationOption.setSavingsOpportunity(SavingsOpportunity savingsOpportunity)
An object that describes the savings opportunity for the instance recommendation option.
|
void |
VolumeRecommendationOption.setSavingsOpportunity(SavingsOpportunity savingsOpportunity)
An object that describes the savings opportunity for the EBS volume recommendation option.
|
void |
AutoScalingGroupRecommendationOption.setSavingsOpportunity(SavingsOpportunity savingsOpportunity)
An object that describes the savings opportunity for the Auto Scaling group recommendation option.
|
void |
RecommendationSummary.setSavingsOpportunity(SavingsOpportunity savingsOpportunity)
An object that describes the savings opportunity for a given resource type.
|
LambdaFunctionMemoryRecommendationOption |
LambdaFunctionMemoryRecommendationOption.withSavingsOpportunity(SavingsOpportunity savingsOpportunity)
An object that describes the savings opportunity for the Lambda function recommendation option.
|
InstanceRecommendationOption |
InstanceRecommendationOption.withSavingsOpportunity(SavingsOpportunity savingsOpportunity)
An object that describes the savings opportunity for the instance recommendation option.
|
VolumeRecommendationOption |
VolumeRecommendationOption.withSavingsOpportunity(SavingsOpportunity savingsOpportunity)
An object that describes the savings opportunity for the EBS volume recommendation option.
|
AutoScalingGroupRecommendationOption |
AutoScalingGroupRecommendationOption.withSavingsOpportunity(SavingsOpportunity savingsOpportunity)
An object that describes the savings opportunity for the Auto Scaling group recommendation option.
|
RecommendationSummary |
RecommendationSummary.withSavingsOpportunity(SavingsOpportunity savingsOpportunity)
An object that describes the savings opportunity for a given resource type.
|
Copyright © 2022. All rights reserved.