| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
static SavingsOpportunity.Builder |
SavingsOpportunity.builder() |
default SavingsOpportunity.Builder |
SavingsOpportunity.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.Builder |
SavingsOpportunity.Builder.estimatedMonthlySavings(EstimatedMonthlySavings estimatedMonthlySavings)
An object that describes the estimated monthly savings amount possible by adopting Compute Optimizer
recommendations for a given resource.
|
SavingsOpportunity.Builder |
SavingsOpportunity.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.Builder |
SavingsOpportunity.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SavingsOpportunity.Builder> |
SavingsOpportunity.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InstanceRecommendationOption.Builder |
InstanceRecommendationOption.Builder.savingsOpportunity(Consumer<SavingsOpportunity.Builder> savingsOpportunity)
An object that describes the savings opportunity for the instance recommendation option.
|
default ECSServiceRecommendationOption.Builder |
ECSServiceRecommendationOption.Builder.savingsOpportunity(Consumer<SavingsOpportunity.Builder> savingsOpportunity)
Sets the value of the SavingsOpportunity property for this object.
|
default LambdaFunctionMemoryRecommendationOption.Builder |
LambdaFunctionMemoryRecommendationOption.Builder.savingsOpportunity(Consumer<SavingsOpportunity.Builder> savingsOpportunity)
An object that describes the savings opportunity for the Lambda function recommendation option.
|
default VolumeRecommendationOption.Builder |
VolumeRecommendationOption.Builder.savingsOpportunity(Consumer<SavingsOpportunity.Builder> savingsOpportunity)
An object that describes the savings opportunity for the EBS volume recommendation option.
|
default AutoScalingGroupRecommendationOption.Builder |
AutoScalingGroupRecommendationOption.Builder.savingsOpportunity(Consumer<SavingsOpportunity.Builder> savingsOpportunity)
An object that describes the savings opportunity for the Auto Scaling group recommendation option.
|
default RecommendationSummary.Builder |
RecommendationSummary.Builder.savingsOpportunity(Consumer<SavingsOpportunity.Builder> savingsOpportunity)
An object that describes the savings opportunity for a given resource type.
|
Copyright © 2023. All rights reserved.