| Package | Description |
|---|---|
| com.amazonaws.services.costoptimizationhub.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceCostCalculation |
ResourceCostCalculation.clone() |
ResourceCostCalculation |
LambdaFunction.getCostCalculation()
Cost impact of the recommendation.
|
ResourceCostCalculation |
EcsService.getCostCalculation()
Cost impact of the recommendation.
|
ResourceCostCalculation |
Ec2AutoScalingGroup.getCostCalculation()
Cost impact of the recommendation.
|
ResourceCostCalculation |
EbsVolume.getCostCalculation()
Cost impact of the recommendation.
|
ResourceCostCalculation |
Ec2Instance.getCostCalculation()
Cost impact of the recommendation.
|
ResourceCostCalculation |
ResourceCostCalculation.withPricing(ResourcePricing pricing)
Pricing details of the resource recommendation.
|
ResourceCostCalculation |
ResourceCostCalculation.withUsages(Collection<Usage> usages)
Usage details of the resource recommendation.
|
ResourceCostCalculation |
ResourceCostCalculation.withUsages(Usage... usages)
Usage details of the resource recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaFunction.setCostCalculation(ResourceCostCalculation costCalculation)
Cost impact of the recommendation.
|
void |
EcsService.setCostCalculation(ResourceCostCalculation costCalculation)
Cost impact of the recommendation.
|
void |
Ec2AutoScalingGroup.setCostCalculation(ResourceCostCalculation costCalculation)
Cost impact of the recommendation.
|
void |
EbsVolume.setCostCalculation(ResourceCostCalculation costCalculation)
Cost impact of the recommendation.
|
void |
Ec2Instance.setCostCalculation(ResourceCostCalculation costCalculation)
Cost impact of the recommendation.
|
LambdaFunction |
LambdaFunction.withCostCalculation(ResourceCostCalculation costCalculation)
Cost impact of the recommendation.
|
EcsService |
EcsService.withCostCalculation(ResourceCostCalculation costCalculation)
Cost impact of the recommendation.
|
Ec2AutoScalingGroup |
Ec2AutoScalingGroup.withCostCalculation(ResourceCostCalculation costCalculation)
Cost impact of the recommendation.
|
EbsVolume |
EbsVolume.withCostCalculation(ResourceCostCalculation costCalculation)
Cost impact of the recommendation.
|
Ec2Instance |
Ec2Instance.withCostCalculation(ResourceCostCalculation costCalculation)
Cost impact of the recommendation.
|
Copyright © 2024. All rights reserved.