| Package | Description |
|---|---|
| com.amazonaws.services.costoptimizationhub.model |
| Modifier and Type | Method and Description |
|---|---|
ResourcePricing |
ResourcePricing.clone() |
ResourcePricing |
ResourceCostCalculation.getPricing()
Pricing details of the resource recommendation.
|
ResourcePricing |
ResourcePricing.withEstimatedCostAfterDiscounts(Double estimatedCostAfterDiscounts)
The savings estimate incorporating all discounts with Amazon Web Services, such as Reserved Instances and Savings
Plans.
|
ResourcePricing |
ResourcePricing.withEstimatedCostBeforeDiscounts(Double estimatedCostBeforeDiscounts)
The savings estimate using Amazon Web Services public pricing without incorporating any discounts.
|
ResourcePricing |
ResourcePricing.withEstimatedDiscounts(EstimatedDiscounts estimatedDiscounts)
The estimated discounts for a recommendation.
|
ResourcePricing |
ResourcePricing.withEstimatedNetUnusedAmortizedCommitments(Double estimatedNetUnusedAmortizedCommitments)
The estimated net unused amortized commitment for the recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceCostCalculation.setPricing(ResourcePricing pricing)
Pricing details of the resource recommendation.
|
ResourceCostCalculation |
ResourceCostCalculation.withPricing(ResourcePricing pricing)
Pricing details of the resource recommendation.
|
Copyright © 2024. All rights reserved.