| Package | Description |
|---|---|
| com.amazonaws.services.costoptimizationhub.model |
| Modifier and Type | Method and Description |
|---|---|
EstimatedDiscounts |
EstimatedDiscounts.clone() |
EstimatedDiscounts |
ResourcePricing.getEstimatedDiscounts()
The estimated discounts for a recommendation.
|
EstimatedDiscounts |
EstimatedDiscounts.withOtherDiscount(Double otherDiscount)
Estimated other discounts include all discounts that are not itemized.
|
EstimatedDiscounts |
EstimatedDiscounts.withReservedInstancesDiscount(Double reservedInstancesDiscount)
Estimated reserved instance discounts.
|
EstimatedDiscounts |
EstimatedDiscounts.withSavingsPlansDiscount(Double savingsPlansDiscount)
Estimated Savings Plans discounts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourcePricing.setEstimatedDiscounts(EstimatedDiscounts estimatedDiscounts)
The estimated discounts for a recommendation.
|
ResourcePricing |
ResourcePricing.withEstimatedDiscounts(EstimatedDiscounts estimatedDiscounts)
The estimated discounts for a recommendation.
|
Copyright © 2024. All rights reserved.