Uses of Class
software.amazon.awssdk.services.costoptimizationhub.model.ResourceCostCalculation
-
Packages that use ResourceCostCalculation Package Description software.amazon.awssdk.services.costoptimizationhub.model -
-
Uses of ResourceCostCalculation in software.amazon.awssdk.services.costoptimizationhub.model
Methods in software.amazon.awssdk.services.costoptimizationhub.model that return ResourceCostCalculation Modifier and Type Method Description ResourceCostCalculationEbsVolume. costCalculation()Cost impact of the recommendation.ResourceCostCalculationEc2AutoScalingGroup. costCalculation()Cost impact of the recommendation.ResourceCostCalculationEc2Instance. costCalculation()Cost impact of the recommendation.ResourceCostCalculationEcsService. costCalculation()Cost impact of the recommendation.ResourceCostCalculationLambdaFunction. costCalculation()Cost impact of the recommendation.Methods in software.amazon.awssdk.services.costoptimizationhub.model with parameters of type ResourceCostCalculation Modifier and Type Method Description EbsVolume.BuilderEbsVolume.Builder. costCalculation(ResourceCostCalculation costCalculation)Cost impact of the recommendation.Ec2AutoScalingGroup.BuilderEc2AutoScalingGroup.Builder. costCalculation(ResourceCostCalculation costCalculation)Cost impact of the recommendation.Ec2Instance.BuilderEc2Instance.Builder. costCalculation(ResourceCostCalculation costCalculation)Cost impact of the recommendation.EcsService.BuilderEcsService.Builder. costCalculation(ResourceCostCalculation costCalculation)Cost impact of the recommendation.LambdaFunction.BuilderLambdaFunction.Builder. costCalculation(ResourceCostCalculation costCalculation)Cost impact of the recommendation.
-